evaluate: Evaluate expression in r2eng object

View source: R/translate.R

evaluateR Documentation

Evaluate expression in r2eng object

Description

This function evaluates the expression of the r2eng object.

Usage

evaluate(r2eng, ...)

## S3 method for class 'r2eng'
evaluate(r2eng, envir = parent.frame(), ...)

Arguments

r2eng

An r2eng object to evaluate.

...

Other arguments to pass.

envir

Environment to evaluate the expression. Defaults to current environment.

Value

Nothing.


matt-dray/r2eng documentation built on April 29, 2024, 5:24 p.m.