Description Usage Arguments Value See Also Examples
A wrapper function to parse a string and evaluate it as an expression.
eval_(X)
is a wrapper for eval(parse(text = X))
.
1 | eval_(X, envir = parent.frame(), ...)
|
X |
A string to be evaluated as an expression. |
envir |
the |
... |
Further parameters to be passed to |
Evaluated expression
Evaluate an (unevaluated) expression (eval
),
Parse expressions (parse
)
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.