is_empty.cf: Checks whether the cf object contains no data

is_empty.cfR Documentation

Checks whether the cf object contains no data

Description

Checks whether the cf object contains no data

Usage

is_empty.cf(.cf)

Arguments

.cf

cf object.

Value

returns FALSE if .cf contains no data, TRUE otherwise

Examples

# The empty cf object must be empty:
is_empty.cf(cf())

# The sample cf must not be empty:
is_empty.cf(samplecf)

hadron documentation built on Sept. 9, 2022, 5:06 p.m.