Skip to content

Instantly share code, notes, and snippets.

@bfatemi
Created March 14, 2016 23:15
Show Gist options
  • Save bfatemi/ba69e9c5af896efdd812 to your computer and use it in GitHub Desktop.
Save bfatemi/ba69e9c5af896efdd812 to your computer and use it in GitHub Desktop.
Concat pairwise (across rows "horizontally")
names <- list(a = c("firstname1","firstname2"),
b = c("lastname1","lastname2"))
eval( substitute( paste(a, b), names ))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment