dot-check_class.Rd
Check whether the class of an object is as expected
.check_class(object, proper_class, mode = "any")
object | An object whose class needs checking, |
---|---|
proper_class | A string describing the desired class of |
mode | Optional. A string describing the desired mode of |
TRUE if no error is thrown.