Learn R Programming

shinymeta (version 0.2.1)

withMetaMode: Evaluate an expression with meta mode activated

Description

Evaluate an expression with meta mode activated

Usage

withMetaMode(expr, mode = TRUE)

Value

The result of evaluating expr.

Arguments

expr

an expression.

mode

whether or not to evaluate expression in meta mode.

See Also

expandChain()