Displaying 1 result from an estimated 1 matches for "resultshould".
2009 Jul 24
2
Lists
Hi Everybody
I have the following problem
suppose that we
a<-c("uno","dos","tres")
I am working with a while cycle and the idea is in each iteration adding an
item to a list
In the first iteration the resultshould be:
[[1]]
[1] "uno"
In the second
[[1]]
[1] "uno"
[[2]]
[1] "dos"
And the final result
[[1]]
[1] "uno"
[[2]]
[1] "dos"
[[3]]
[1] "tres"
How can I do that
Thx again
--
Alberto
[[alternative HTML version deleted]]