I am hoping someone will tak up this chalenge (I am new to R) I have inheritied an R script but need to change it. The script currently includes hardcoded file locations on lines 12,166 and 167. I need to modify this script to allow the folder to be passed as a command line argument to Rscript.exe Can anybody help please? Regards, Ian http://www.nabble.com/file/p25924237/My_script.R My_script.R -- View this message in context: http://www.nabble.com/Urgent-help-requested-to-modify-a-script-tp25924237p25924237.html Sent from the R help mailing list archive at Nabble.com.
On 10/16/2009 02:01 PM, one2luv wrote:> I am hoping someone will tak up this chalenge (I am new to R) > > I have inheritied an R script but need to change it. The script currently > includes hardcoded file locations on lines 12,166 and 167. I need to modify > this script to allow the folder to be passed as a command line argument to > Rscript.exe > > Can anybody help please? > > Regards, > > Ian > > http://www.nabble.com/file/p25924237/My_script.R My_script.R?commandArgs -- Romain Francois Professional R Enthusiast +33(0) 6 28 91 30 30 http://romainfrancois.blog.free.fr |- http://tr.im/BcPw : celebrating R commit #50000 |- http://tr.im/ztCu : RGG #158:161: examples of package IDPmisc `- http://tr.im/yw8E : New R package : sos
On 10/16/2009 11:01 PM, one2luv wrote:> I am hoping someone will tak up this chalenge (I am new to R) > > I have inheritied an R script but need to change it. The script currently > includes hardcoded file locations on lines 12,166 and 167. I need to modify > this script to allow the folder to be passed as a command line argument to > Rscript.exe > >Hi Ian, You can do something like this: pdfoutputfile<-"/home/jim/R/Rplots.pdf" pdf(pdfoutputfile,...) and similarly for the other instances. Unfortunately, you can't just define a path and pass it as an argument, for functions like "pdf" and "read.csv" won't stick the path and filename together unless you write a wrapper for each function that creates the complete path/filename and then passes it to the original function. Jim
Maybe Matching Threads
- Question: write an R script with help information available to the user
- Running wine from php pages with "Xvfb" not success for my machine
- how to exec a directory creation before downloading a file to that directory?
- Running R on a cluster
- Shell Scripting Random Delay