translateRsp {R.rsp} | R Documentation |
Translates an RSP file to an R RSP source file.
## Default S3 method: translateRsp(filename, path=NULL, ..., force=FALSE, verbose=FALSE)
filename |
A filename to be read. |
path |
An optional path to the file. |
... |
Not used. |
force |
A logical . |
verbose |
Verbose . |
Returns (invisibly) the pathname to the R RSP source code.
Henrik Bengtsson (http://www.braju.com/R/)
Internally parseRsp
() parses the RSP file into an R code string.
sourceRsp
().