toR.RspDocument {R.rsp}R Documentation

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=NULL, ...)

Arguments

factory

A RspSourceCodeFactory.

...

Optional arguments passed to toSourceCode() for the RspSourceCodeFactory.

Value

Returns the R source code as an RspRSourceCode.

Author(s)

Henrik Bengtsson

See Also

For more information see RspDocument.


[Package R.rsp version 0.45.0 Index]