R.rsp (version 0.46.0)

evaluate.RspDocument: Parses, translates, and evaluates the RSP document

Description

Parses, translates, and evaluates the RSP document.

Usage

# S3 method for RspDocument
evaluate(object, envir=parent.frame(), ...)

Value

Returns the last evaluated expression, iff any.

Arguments

envir

The environment where the RSP document is evaluated.

...

Not used.

Author

Henrik Bengtsson

See Also

For more information see RspDocument.