Skip to contents

Check if an object is a valid rtable

Usage

is_rtable(x)

Arguments

x

an object

Value

TRUE if x is a formal Table object, FALSE otherwise.

Examples

is_rtable(build_table(basic_table(), iris))
#> [1] TRUE