Learn R Programming

rtables (version 0.6.12)

is_rtable: Check if an object is a valid rtable

Description

Check if an object is a valid rtable

Usage

is_rtable(x)

Value

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

Arguments

x

(ANY)
an object.

Examples

Run this code
is_rtable(build_table(basic_table(), iris))

Run the code above in your browser using DataLab