rspWeave: A weave function for RSP documents
Description
A weave function for RSP documents.
This function is for RSP what Sweave
is for Sweave documents.Usage
rspWeave(file, ..., postprocess=TRUE, clean=TRUE, quiet=FALSE, envir=new.env(),
.engineName="rsp")
Arguments
file
The file to be weaved.
postprocess
If TRUE
, the compiled document is also post
processed, if possible. clean
If TRUE
, intermediate files are removed, otherwise not. quiet
If TRUE
, no verbose output is generated. envir
The environment
where the RSP document is
parsed and evaluated. .engineName
Internal only.
Value
- Returns the absolute pathname of the generated RSP product.
The generated RSP product is postprocessed, if possible.