rlang (version 0.0.0.9000)

env_empty: Get the empty environment.

Description

The empty environment is the only that does not have a parent. It is always used as the tail of a scope chain such as the search path.

Usage

env_empty()

Arguments

Examples

Run this code
# Create environments with nothing in scope (the default):
env_new(parent = env_empty())

Run the code above in your browser using DataLab