Skip to content

Instantly share code, notes, and snippets.

@mhkeller
Created May 4, 2012 18:20
Show Gist options
  • Select an option

  • Save mhkeller/2596725 to your computer and use it in GitHub Desktop.

Select an option

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