search for: example_client

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

2009 Jun 18
1
Calling library functions from outside R
...oadgap.utils) pedigreeFile<-commandLineArg("pedigreeFile", verbose=T) outPedigreeFile<-commandLineArg("outPedigreeFile", verbose=T) relabelPedigree(pedigreeFile, outPedigreeFile) --- called by: R CMD BATCH --pedigreeFile="foo" --outPedigreeFile="bar" example_client.R What I'd like to do is find a way to achieve the above, but without writing the client file, so I can avoid distributing these wrapper client files. While the above works, it's not terribly robust, and a user needs to know what they are doing. To make this robust, there would ha...