rspTangle: A tangle function for RSP documents

View source: R/xweavetangle.R

rspTangleR Documentation

A tangle function for RSP documents

Description

A tangle function for RSP documents. This function is for RSP what Stangle is for Sweave documents.

Usage

rspTangle(file, ..., envir=new.env(), pattern="(|[.][^.]*)[.]rsp$")

Arguments

file

The file to be tangled.

...

Not used.

envir

The environment where the RSP document is parsed.

pattern

A filename pattern used to identify the name.

Value

Returns the absolute pathname of the generated R source code file.

Author(s)

Henrik Bengtsson

See Also

rspWeave()


R.rsp documentation built on June 28, 2022, 1:05 a.m.