is_rtable: Check if an object is a valid 'rtable'

View source: R/utils.R

is_rtableR Documentation

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

is_rtable(build_table(basic_table(), iris))

rtables documentation built on Aug. 30, 2023, 5:07 p.m.