isClass: local helper function to determine if object == whichClass or...

Description Usage Arguments Value

View source: R/tools.R

Description

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

Usage

1
isClass(object, whichClass)

Arguments

object

a data object of some class

whichClass

character string: class name to be tested

Value

TRUE or FALSE


DarkerThanEver/personalR documentation built on Dec. 17, 2021, 4:06 p.m.