is_table: Test if table

View source: R/tables.R

is_tableR Documentation

Test if table

Description

Tests whether an object is a table.

Usage

is_table(x)

Arguments

x

Object.

See Also

Other Table functions: as_table, create_table, parse_table_type, parse_table, rbind_tables, remove_empty_dimensions, write_table

Examples

is_table(data.frame())
is_table(list())
## Not run: 
is_table(data.table::data.table())
is_table(dtplyr::tbl_dt(data.table::data.table()))
is_table(tibble::tibble())

## End(Not run)

columbia-glacier/cgr documentation built on Jan. 17, 2024, 2:42 p.m.