Description Usage Arguments Value
This function inverts the process performed by standardize_env_name that is, it converts
the standardized names "R_GlobalEnv", "R_EmptyEnv", and "base" back to names that are recognized by R as actual
environments when using function as.environment, namely to ".GlobalEnv"
, ".EmptyEnv"
,
and "package:base"
.
1 | destandardize_env_name(env_name)
|
env_name |
environment name to de-standardize. |
The name of the environment, where the global environment is represented as ".GlobalEnv", the empty environment as ".EmptyEnv", and the base environment as "package:base".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.