Skip to content
Prev 284315 / 398502 Next

creating more vectors out of one

Hi,

This piece of R code does the trick:

do.call("c", sapply(c(6,1,2,4), seq, from = 1))

regards,
Paul
On 02/06/2012 11:15 AM, Marion Wenty wrote: