evaluate.RspDocument {R.rsp} | R Documentation |
Parses, translates, and evaluates the RSP document
Description
Parses, translates, and evaluates the RSP document.
Usage
## S3 method for class 'RspDocument'
evaluate(object, envir=parent.frame(), ...)
Arguments
envir |
The |
... |
Not used. |
Value
Returns the last evaluated expression, iff any.
Author(s)
Henrik Bengtsson
See Also
For more information see RspDocument
.
[Package R.rsp version 0.45.0 Index]