is_empty_env: Check if environment is empty

Description Usage Arguments Value

Description

This is more efficient than length(e) == 0, because length() does a full scan while is_empty_env returns early.

Usage

1

Arguments

e

Environment.

Value

TRUE if e is empty, otherwise FALSE.


skubicius/dictionary documentation built on May 7, 2019, 7:17 p.m.