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