is.Class: helper function to determine if object == whichClass or a...

View source: R/tools.R

is.ClassR Documentation

helper function to determine if object == whichClass or a descendant of whichClass.

Description

helper function to determine if object == whichClass or a descendant of whichClass.

Usage

is.Class(object, whichClass)

Arguments

object

a data object of some class

whichClass

character string: class name to be tested

Value

TRUE or FALSE


BenBruyneel/BBPersonalR documentation built on Aug. 23, 2024, 8:28 p.m.