Rdocumentation
powered by
Learn R Programming
R.rsp (version 0.40.0)
evaluate.RspDocument: Parses, translates, and evaluates the RSP document
Description
Parses, translates, and evaluates the RSP document.
Usage
"evaluate"(object, envir=parent.frame(), ...)
Arguments
envir
The
environment
where the RSP document is evaluated.
...
Not used.
Value
Returns the last evaluated expression, iff any.
See Also
For more information see
RspDocument
.