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

toR.RspDocumentR 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.


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