Created
May 30, 2018 17:58
-
-
Save Ram-N/da5385fb328c928c0bcb3d4b50144f5b to your computer and use it in GitHub Desktop.
Using paste0 with length=option
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
i <- 1:50 | |
b <- 1:5 | |
ColNames <- paste0("X_", i, "_", rep(b, each=length(i))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment