[R] keeping output in memory

Joseph Sorell josephsorell at gmail.com
Tue Aug 9 05:56:40 CEST 2011


In regard to my question

Prof. Warren (Victoria University of Wellington, NZ) suggested the line:

assign(paste("freq.list",i,sep="."),freq.list)

instead of the lines:

filename<-paste("freq.list", i, "txt", sep=".")
write(freq.list, file=filename[[1]], sep="", append=FALSE)



More information about the R-help mailing list