inherits.Assert {R.utils} | R Documentation |
Static method asserting that an object inherits from of a certain class.
Assert$inherits(object, class, ...)
object |
Object to be checked. |
class |
Name of class. |
... |
Not used. |
Returns (invisibly) TRUE
, or throws an exception.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see Assert
.