R.rsp (version 0.15.0)

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

Description

Translates the RSP document into R source code.

Usage

## S3 method for class 'RspDocument':
toR(object, factory=RspRSourceCodeFactory(), ...)

Arguments

...
Optional arguments passed to toSourceCode() for the RspSourceCodeFactory.

Value

See Also

For more information see RspDocument.