View source: R/pkg_ref_class_extract.R
bare_env | R Documentation |
evaluate an expression with a pkg_ref object reclassed as a bare environment object, used to sidestep pkg_ref assignment guardrails
bare_env(x, expr, envir = parent.frame())
x |
a |
expr |
an expression to evaluate, avoiding |
envir |
an environment in which the expression is to be evaluated |
the result of expr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.