R.rsp (version 0.46.0)

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

Description

Parses and translates the RSP string into R code.

Usage

# S3 method for RspString
toR(object, envir=parent.frame(), ...)

Value

Returns the code as an RspRSourceCode.

Arguments

envir

The environment where the RSP string is preprocessed.

...

Not used.

Author

Henrik Bengtsson

See Also

For more information see RspString.