Created
November 18, 2015 22:09
-
-
Save stevekm/137a42fd3828efa911f9 to your computer and use it in GitHub Desktop.
Quickly paste "Sample1","Sample2",..."Sample'n' " to be added to a dataframe
This file contains 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
paste0(rep("Sample",times=nrow(tmp_Table)),seq(1:nrow(tmp_Table))) | |
[1] "Sample1" "Sample2" "Sample3" "Sample4" "Sample5" "Sample6" "Sample7" "Sample8" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment