empty_env | R Documentation |
The empty environment is the only one that does not have a parent.
It is always used as the tail of an environment chain such as the
search path (see search_envs()
).
empty_env()
# Create environments with nothing in scope:
child_env(empty_env())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.