is.crosstable {crosstable} | R Documentation |
Test if an object is a crosstable
is.crosstable(x)
is.transposed_crosstable(x)
is.compacted_crosstable(x)
is.multiby_crosstable(x)
x |
An object |
TRUE if the object inherits from the crosstable
class or other subclasses.