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
Hi, I'm trying to reshape my data from wide to long. I am using the reshape command mainly because I have more than one column in the new data that should be long. I'm getting the following error:
When I tried to write a reprex for my data, the command actually worked. Even when I reinstall the packages "vctrs" and "dplyr," the command works again, but other commands like drop_na suddenly don't. I'm quite confused. I would appreciate some help!
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to reshape my data from wide to long. I am using the reshape command mainly because I have more than one column in the new data that should be long. I'm getting the following error:
Backtrace:
▆
<fn>
(...)<fn>
()When I tried to write a reprex for my data, the command actually worked. Even when I reinstall the packages "vctrs" and "dplyr," the command works again, but other commands like
drop_na
suddenly don't. I'm quite confused. I would appreciate some help!The text was updated successfully, but these errors were encountered: