Skip to content
Prev 78261 / 398502 Next

Save output

Le 03.10.2005 12:30, Frank Schmid a ??crit :
?save
?sprintf

for(i in 1:12){
 tmp <- rnorm(10) # change it with your computations
 save(tmp, file=sprintf('file%02d.RData',i))
}

Romain