Last active
November 14, 2017 09:34
-
-
Save verajosemanuel/409aa3fd4f3645e54d6a10af697ce280 to your computer and use it in GitHub Desktop.
stack #df not discarding columns in #R #plyr #wrangling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(plyr) | |
df.stacked <- rbind.fill(df1, df2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment