R.rsp (version 0.43.2)

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

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.