is.crosstable: Test if an object is a crosstable

View source: R/methods.R

is.crosstableR Documentation

Test if an object is a crosstable

Description

Test if an object is a crosstable

Usage

is.crosstable(x)

is.transposed_crosstable(x)

is.compacted_crosstable(x)

is.multiby_crosstable(x)

Arguments

x

An object

Value

TRUE if the object inherits from the crosstable class or other subclasses.


crosstable documentation built on Nov. 13, 2023, 1:08 a.m.