withMetaMode {shinymeta} | R Documentation |
Evaluate an expression with meta mode activated
Description
Evaluate an expression with meta mode activated
Usage
withMetaMode(expr, mode = TRUE)
Arguments
expr |
an expression. |
mode |
whether or not to evaluate expression in meta mode. |
Value
The result of evaluating expr
.
See Also
[Package shinymeta version 0.2.0.3 Index]