R.rsp (version 0.9.24)

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=FALSE, quiet=FALSE, envir=new.env(), .engineName="rsp")

Arguments

file
The file to be weaved.
...
Not used.
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.

See Also

rspTangle()