Displaying 1 result from an estimated 1 matches for "here2858".
2009 Oct 08
2
how do I name data frames and files according to the index of a for loop?
...to do so, I
would like to name the data frames and/or files by their respective
index, to get:
Data_frame_name1
Data_frame_name2
Data_frame_name3
...
Data_frame_name2858
I would also like to produce the .csv files:
~/file/goes/here1.csv
~/file/goes/here2.csv
~/file/goes/here3.csv
...
~/file/goes/here2858.csv
I've been noodling over this for a while and have looked all over but I
can't seem to get the syntax right. Any help at all would be appreciated.
Thanks again!
-Ken Ervin