We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
This has been a pain point for me. The use case is pretty specific. Cf. reshape long in stata.
https://gist.github.com/jseabold/6653108
Can add tests and make a PR, if desired.
The text was updated successfully, but these errors were encountered:
seems reasonable, mostly an extension to melt, right?
Sorry, something went wrong.
maybe just add a kw to melt to 'do' this?
yeah, i just was tired of "thinking" whenever i had to use melt
@jseabold FWIW I have the opposite problem: I always have to think when using pivot et al. :)
pivot
Also reshape2's melt handles ND arrays, so maybe it should just "work" without a kwarg
reshape2
melt
http://stackoverflow.com/questions/9106203/r-combine-a-3d-matrix-and-single-vector-then-select-certain-month-data
Successfully merging a pull request may close this issue.
This has been a pain point for me. The use case is pretty specific. Cf. reshape long in stata.
https://gist.github.com/jseabold/6653108
Can add tests and make a PR, if desired.
The text was updated successfully, but these errors were encountered: