Displaying 1 result from an estimated 1 matches for "test1000".
Did you mean:
test100
2006 Jun 29
2
How to use a for loop to generate two sequences
Hi R users,
Hope the question is not too simple:
How to use a for loop to generate two lists as below:
testlist <- list(test1, test2, ..., test1000)
stringlist <- list("test1","test2",...,"test1000")
Thanks
Xiaohua