R.rsp (version 0.30.0)

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

Description

Parses and translates the RSP string into R code.

Usage

"toR"(object, envir=parent.frame(), ...)

Arguments

envir
The environment where the RSP string is preprocessed.
...
Not used.

Value

Returns the code as an RspRSourceCode.

See Also

For more information see RspString.