Learn R Programming

R.rsp (version 0.9.17)

evaluate.RspRSourceCode: Parses and evaluates the R code

Description

Parses and evaluates the R code.

Usage

## S3 method for class 'RspRSourceCode':
evaluate(object, envir=parent.frame(), args="*", ..., verbose=FALSE)

Arguments

envir
The environment in which the RSP string is evaluated.
args
A named list of arguments assigned to the environment in which the RSP string is parsed and evaluated. See cmdArgs.
...
Not used.

Value

  • Returns the outputted character string, iff any.

See Also

For more information see RspRSourceCode.