rcompile | R Documentation |
Compiles an RSP document.
## Default S3 method:
rcompile(..., file=NULL, path=NULL, output=NULL, workdir=NULL, envir=parent.frame(),
args="*", until="*", verbose=FALSE)
... |
|
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 |
Returns an RspString
, RspDocument
or
an RspFileProduct
(depending on argument output
).
Henrik Bengtsson
rcat
() and rfile
().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.