Displaying 1 result from an estimated 1 matches for "firstsummary".
2013 Jan 15
2
Need help: R for repetitive tasks
...names of other files in the same directory:
First.txt
Second.txt
Third.txt
etc...
Files First.txt, Second.txt...are data files.
What I need R to do, is to read this file.txt line by line, open files
which names are listed ( First.txt, Second.txt...) and process it: lets say
make a FirstPlot.bmp, FirstSummary.txt and save it to working directory,
then automatically open Second.txt, do the same, Third.txt etc. until the
end of the names in file.txt.
This would help me with the following task: I do measurements each day, and
I need to process my data: draw some plots, make some analysis. When I
have 30...