compileRsp {R.rsp} | R Documentation |
Compiles an RSP file
Description
Compiles an RSP file.
Usage
## Default S3 method:
compileRsp(filename, path=NULL, ..., outPath=".", envir=parent.frame(), verbose=FALSE)
Arguments
filename , path |
The filename and (optional) path of the RSP document to be compiled. |
... |
Additional arguments passed to |
outPath |
The output and working directory. |
verbose |
See |
Value
Returns the pathname of the generated document.
Author(s)
Henrik Bengtsson
[Package R.rsp version 0.45.0 Index]