Tatoo_report: Compile Tables Into a Report

compile_reportR Documentation

Compile Tables Into a Report

Description

Compiles tables into a Tatoo_report. A Tatoo_report is just a simple list object, but with special print, as_workbook, and save_xlsx methods. This makes it easy to save an arbitrary number of tables to a single Excel workbook.

Usage

compile_report(...)

compile_report_list(dat)

Arguments

...

for compile_table⁠: individual Tatoo_table⁠ or data.frame' objects

dat

for compile_table_list: A list of containing either Tatoo_table or data.frame objects.

Value

A Tatoo_report: A list whose elements are either data.frames or Tatoo_tables


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