tatoo_table: Tatoo Table

View source: R/Tatoo_table.R

tatoo_tableR Documentation

Tatoo Table

Description

Tatto_table is the superclass of all the ⁠*_table⁠ classes made available by this package. Each Tatoo_table provides a different way of combining several tables (data.frames) into a single table. Those tables can then be exported via as_workbook()/save_xlsx(). In the future, support for latex and html export is also planned.

Usage

tatoo_table(dat)

Arguments

dat

an object of any of the classes listed in the description

Details

Currently, the following subclasses exists:

  • Tagged_table

  • Composite_table

  • Mashed_table

  • Stacked_table

The tatoo_table() function is just a constructor used internally and you will not need to use it except if your planning on extending this package with your own code.

See Also

Other Tatoo tables: comp_table(), mash_table(), stack_table(), tag_table()


tatoo documentation built on March 31, 2023, 8:16 p.m.