is_any_class {tatoo} | R Documentation |
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)
Arguments
dat |
the object |
choices |
the class to be checked for |
Value
True if any of the object classes are the desired class
[Package tatoo version 1.1.2 Index]