is.empty: Tests whether an object is empty.

Description Usage Arguments Value Examples

View source: R/empty.R

Description

Empty items are NULL, NA, or nothing (length 0).

Usage

1
2
3
is.empty(obj)

is_empty(obj)

Arguments

obj

ANY. The object to test.

Value

a boolean whether or not the object is empty.

Examples

1
2
3
4
5
6
7
8

peterhurford/checkr documentation built on May 25, 2019, 1:50 a.m.