search for: data_frame_name2

Displaying 1 result from an estimated 1 matches for "data_frame_name2".

Did you mean: data_frame_name
2009 Oct 08
2
how do I name data frames and files according to the index of a for loop?
...side of the for loop. I want to embed the process in the for loop written above, run it 2858 times, and get that many data frames and .csv files that I can then manipulate. In order 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....