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, quiet=FALSE, envir=new.env(), .engineName="rsp")
Arguments
file
The file to be weaved.
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 not postprocessed.