empty_env {rlang}R Documentation

Get the empty environment

Description

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

Usage

empty_env()

Examples

# Create environments with nothing in scope:
child_env(empty_env())

[Package rlang version 0.2.2 Index]