is_env {rlang}R Documentation

Is an object an environment?

Description

Soft-deprecated lifecycle

These functions were soft-deprecated and renamed to is_environment() and is_bare_environment() in rlang 0.2.0. This is for consistency with other type predicates which are not abbreviated.

Usage

is_env(x)

is_bare_env(x)

Arguments

x

object to test


[Package rlang version 0.3.4 Index]