Rdocumentation
powered by
Learn R Programming
R.rsp (version 0.40.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
.