toR.RspString {R.rsp} | R Documentation |
Parses and translates the RSP string into R code.
## S3 method for class 'RspString' toR(object, envir=parent.frame(), ...)
envir |
The |
... |
Not used. |
Returns the code as an RspRSourceCode
.
Henrik Bengtsson
For more information see RspString
.