Learn R Programming

hadron (version 3.1.2)

is_empty.raw_cf: check if an obect is of class raw_cf and empty otherwise

Description

check if an obect is of class raw_cf and empty otherwise

Usage

is_empty.raw_cf(x)

Arguments

x

object to be checked

Value

Returns TRUE if x is an empty object of class raw_cf, FALSE otherwise.