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

(ANY)
an object.

Value

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

Examples

is_rtable(build_table(basic_table(), iris))


Roche/rtables documentation built on April 20, 2024, 9:16 p.m.