R.rsp (version 0.43.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=RspRSourceCodeFactory(), ...)

Arguments

...

Optional arguments passed to toSourceCode() for the RspSourceCodeFactory.

Value

Returns the R source code as an RspRSourceCode.

See Also

For more information see RspDocument.