tatoo {tatoo} | R Documentation |
tatoo: Combine and Export Data Frames
Description
Functions to combine data.frames in ways that require additional effort in base R, and to add metadata (id, title, ...) that can be used for printing and xlsx export. The 'Tatoo_report' class is provided as a convenient helper to write several such tables to a workbook, one table per worksheet. Tatoo is built on top of 'openxlsx', but intimate knowledge of that package is not required to use tatoo.
Functions
-
tag_table()
: add captioning (title, footer, ...) to a table -
comp_table()
: likecbind()
ormerge()
, but retain multi-column headings -
mash_table()
: combine data.frames so that their rows or columns alternate. Mash tables are stored as lists that can be converted to data.tables, or you can usermash()
andcmash()
to createdata.frames
directly. -
stack_table()
: create a list of tables that can be exported to xlsx, all tables on the same worksheet on top of each others -
compile_report()
: create a list of tables that can be exported to xlsx, one table per worksheet (a Stacked_table also counts as one table) -
as_workbook()
/save_xlsx()
: To export any of the objects described above to excel workbooks.
Author(s)
Maintainer: Stefan Fleck stefan.b.fleck@gmail.com
See Also
Useful links: