R.rsp (version 0.41.0)

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.

...

Not used.

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.

See Also

rspTangle()