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
Just to add to this, I was getting the same error. I didn't realize the problem was that my df was being read as a tibble, since I had tidyverse loaded. The workaround is to use upset(as.data.frame(data) when making the call.
Hi @ngehlenborg @JakeConway
Thanks for this R implementation :D. I come up with an error when the I use
data_frames
instead ofdata.frames
.I'm open the issue because I didn't see something like this in the rest of issues.
Then I noticed that the other problem is the length of the names on the data.
Hope this help to the package to have a better behavior ;).
The text was updated successfully, but these errors were encountered: