Parses and translates the RSP string into R code.

# S3 method for 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

Henrik Bengtsson

See also

For more information see RspString.