Dear all,
I want to create filename from a loop, say, i=(1:10), and the final names
will be file1.csv, file2.csv, file3.csv
in Python, it seems easer as - "file"+str(i) +'.csv , but how can i do in R
> list = as.character(1:10)
> list
[1] "1" "2" "3" "4" "5" "6" "7" "8" "9" "10"
[[alternative HTML version deleted]]
______________________________________________
[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.