-
Notifications
You must be signed in to change notification settings - Fork 991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
melt.data.table inconsistent with reshape2::melt #1699
Comments
Michael, thanks. But I'm quite happy with current behaviour of returning an error. |
Sounds good to me. Just figured I'd report. I also noticed |
Perhaps worth adding a note to |
Sure. A separate Note section should be fine. |
Was putting this off because I first wanted to dive into
So |
See this SO Q&A.
Here's what works in
reshape2
:But that's an error in
melt.data.table
:This is fine, as we can simply set
measure.vars = names(df)
, but IIUC we're aiming formelt.data.table
to subsumereshape2::melt
.The text was updated successfully, but these errors were encountered: