rtable
R/utils.R
is_rtable.Rd
Check if an object is a valid rtable
is_rtable(x)
(ANY) an object.
ANY
TRUE if x is a formal TableTree object, FALSE otherwise.
TRUE
x
TableTree
FALSE
is_rtable(build_table(basic_table(), iris)) #> [1] TRUE