Displaying 1 result from an estimated 1 matches for "martin_m_stag".
Did you mean:
martin_m_stage
2010 Oct 08
1
many datasets run with one R script in a computer cluster
...t the
results into that subfolder.
The problem is that this script for R needs to have some kind of wild
card element so for example in the script below, R will replace
CottonEA05 with the whatever the unique identifier is for the
particular subfolder its looking through eg change it to
Martin_M_STAGE.txt or bananas_M_STAGE.txt etc
Can R do this? ie can it look a file title, and change the file name
within the script to be the same as that file title, and then run the
analysis
OR do I have to use another programme that does that?
###
m<-read.table("CottonEA05_M_STAGE.txt")
#...