rxIs {rxode2} | R Documentation |
Check the type of an object using Rcpp
Description
Check the type of an object using Rcpp
Usage
rxIs(obj, cls)
Arguments
obj |
Object to check |
cls |
Type of class. Only s3 classes for lists/environments
and primitive classes are checked. For matrix types they are
distinguished as |
Value
A boolean indicating if the object is a member of the class.
Author(s)
Matthew L. Fidler
[Package rxode2 version 3.0.0 Index]