rspWeave {R.rsp} | R Documentation |
A weave function for RSP documents.
This function is for RSP what Sweave
is for Sweave documents.
rspWeave(file, ..., postprocess=TRUE, clean=TRUE, quiet=FALSE, envir=new.env(), .engineName="rsp")
file |
The file to be weaved. |
... |
Not used. |
postprocess |
If |
clean |
If |
quiet |
If |
envir |
The |
.engineName |
Internal only. |
Returns the absolute pathname of the generated RSP product. The generated RSP product is postprocessed, if possible.
Henrik Bengtsson