Learn R Programming

tatoo (version 1.1.2)

is_any_class: Check if any of the classes of the object match a certain string

Description

Check if any of the classes of the object match a certain string

Usage

is_any_class(dat, choices)

Value

True if any of the object classes are the desired class

Arguments

dat

the object

choices

the class to be checked for