Skip to content

Instantly share code, notes, and snippets.

@verajosemanuel
Last active November 14, 2017 09:34
Show Gist options
  • Save verajosemanuel/409aa3fd4f3645e54d6a10af697ce280 to your computer and use it in GitHub Desktop.
Save verajosemanuel/409aa3fd4f3645e54d6a10af697ce280 to your computer and use it in GitHub Desktop.
stack #df not discarding columns in #R #plyr #wrangling
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