R.rsp (version 0.43.1)

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(), ...)

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.