Learn R Programming

rtables (version 0.4.0)

is_rtable: Check if an object is a valid rtable

Description

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

Run this code
# NOT RUN {
is_rtable(build_table(basic_table(), iris))
# }

Run the code above in your browser using DataLab