Skip to content

Instantly share code, notes, and snippets.

@Ram-N
Created May 30, 2018 17:58
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 Ram-N/da5385fb328c928c0bcb3d4b50144f5b to your computer and use it in GitHub Desktop.
Save Ram-N/da5385fb328c928c0bcb3d4b50144f5b to your computer and use it in GitHub Desktop.
Using paste0 with length=option
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