You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
df like objects (tibbles, etc) when doing calculations on them and jsonifying will wrap in a list unless you unbox, but you have to know that. So BOA should do that for them if it is a 1 element list.
df like objects (tibbles, etc) when doing calculations on them and jsonifying will wrap in a list unless you unbox, but you have to know that. So BOA should do that for them if it is a 1 element list.
example R code:
Because this is a 1 element list with the correct dictionary insidie it, BOA should just do output = ls[0] to make everyones lives easier.
The text was updated successfully, but these errors were encountered: