are_null: Which elements in a list are NULL?

Description Usage Arguments See Also Examples

Description

Which elements in a list are NULL?

Usage

1

Arguments

x

An object to test.

A

logical vector.

See Also

Other Tests: are_false, are_true, has_command, is.empty, is.installed, is.scalar

Examples

1
are_null(list(1, NULL, 3))

gschofl/gsmisc documentation built on May 17, 2019, 8:52 a.m.