toR.RspString {R.rsp}R Documentation

Parses and translates the RSP string into R code

Description

Parses and translates the RSP string into R code.

Usage

## S3 method for class 'RspString'
toR(object, envir=parent.frame(), ...)

Arguments

envir

The environment where the RSP string is preprocessed.

...

Not used.

Value

Returns the code as an RspRSourceCode.

Author(s)

Henrik Bengtsson

See Also

For more information see RspString.


[Package R.rsp version 0.45.0 Index]