Description Usage Arguments Value Examples
Creates an environment where the safe expressions are to be evaluated.
1 | create_safe_environment(dplyr = FALSE, plot = FALSE)
|
dplyr |
Load a collections of |
plot |
Load a collection of |
An environment that uses the empty environment (emptyenv()
) as
its parent. The environment serves as a "whitelist" to prevent users
of evaluator$eval()
to invoke malicious operations.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.