parse_table_type: Parse table type

View source: R/tables.R

parse_table_typeR Documentation

Parse table type

Description

Parses a table or character string into the corresponding table type.

Usage

parse_table_type(x)

Arguments

x

Table or character string.

See Also

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

Examples

parse_table_type(data.frame())
parse_table_type("data.frame")
parse_table_type("data.table")
parse_table_type("tibble")
parse_table_type("tbl_df")
parse_table_type("tbl_dt")
## Not run: 
parse_table_type("fake.table")

## End(Not run)
## Not run: 
parse_table_type(data.table::data.table())
parse_table_type(tibble::tibble())
parse_table_type(dtplyr::tbl_dt(data.table::data.table()))

## End(Not run)

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