R.rsp (version 0.46.0)

toR.RspDocument: Translates the RSP document into R source code

Description

Translates the RSP document into R source code.

Usage

# S3 method for RspDocument
toR(object, factory=NULL, ...)

Value

Returns the R source code as an RspRSourceCode.

Arguments

factory

A RspSourceCodeFactory.

...

Optional arguments passed to toSourceCode() for the RspSourceCodeFactory.

Author

Henrik Bengtsson

See Also

For more information see RspDocument.