toR.RspString.Rd
Parses and translates the RSP string into R code.
# S3 method for RspString
toR(object, envir=parent.frame(), ...)
The environment
where the RSP string is preprocessed.
Not used.
Returns the code as an RspRSourceCode
.
For more information see RspString
.