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)
______________________________________________
[email protected] 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.