Created
March 14, 2016 23:15
-
-
Save bfatemi/ba69e9c5af896efdd812 to your computer and use it in GitHub Desktop.
Concat pairwise (across rows "horizontally")
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
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