evaluate: Evaluate a metaexpression

View source: R/evaluate.R

evaluateR Documentation

Evaluate a metaexpression

Description

In case it is necessary to evaluate a string as a variable

Usage

evaluate(x, ...)

Arguments

x

string that will be evaluated

...

Other optional arguments

Details

At various times, arguments are expected from functions that are later evaluated as objects or even functions. This function is a contracted form for the combination of eval(parse(text="str")).


marcelocamacho/barometer documentation built on Feb. 26, 2023, 12:18 p.m.