Skip to content

Instantly share code, notes, and snippets.

@mhkeller
Created May 4, 2012 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhkeller/2596725 to your computer and use it in GitHub Desktop.
Save mhkeller/2596725 to your computer and use it in GitHub Desktop.
Concatenate for R
df2 <- paste (df1$col1, df1$col2, sep = "_")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment