rcompile {R.rsp} | R Documentation |
Compiles an RSP document
Description
Compiles an RSP document.
Usage
## Default S3 method:
rcompile(..., file=NULL, path=NULL, output=NULL, workdir=NULL, envir=parent.frame(),
args="*", until="*", verbose=FALSE)
Arguments
... |
|
file , path |
Alternatively, a file, a URL or a |
output |
A |
workdir |
The working directory to use after parsing and
preprocessing.
If argument |
envir |
The |
args |
A named |
until |
Specifies how far the compilation should proceed. |
verbose |
See |
Value
Returns an RspString
, RspDocument
or
an RspFileProduct
(depending on argument output
).
Author(s)
Henrik Bengtsson