toR.RspString: Parses and translates the RSP string into R code

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


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