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
Note that unbox does not work even though y is a vector containing 1 object. Desired output is:
{
"x": 1,
"y": {
"a": 2,
"b": 3
}
}
The text was updated successfully, but these errors were encountered:
apsalverda
changed the title
"auto_unbox = TRUE" does not unbox vector correspondong to one data.frame
"auto_unbox = TRUE" does not unbox vector corresponding to one data.frame
Jul 21, 2022
Note that unbox does not work even though y is a vector containing 1 object. Desired output is:
The text was updated successfully, but these errors were encountered: