%of% {operators} | R Documentation |
Operator to check if an object is of a given class
x %of% y
x |
R object |
y |
Character string, the class to check against. |
Logical value indicating the result
Romain Francois <francoisromain@free.fr>
iris %of% "data.frame"