compileRsp: Compiles an RSP file
Description
Compiles an RSP file.
Usage
# S3 method for default
compileRsp(filename, path=NULL, ..., outPath=".", envir=parent.frame(), verbose=FALSE)
Value
Returns the pathname of the generated document.
Arguments
- filename, path
The filename and (optional) path of the
RSP document to be compiled.
- ...
Additional arguments passed to rfile
.
- outPath
The output and working directory.
- verbose
See Verbose
.