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)

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to