Learn R Programming

tatoo (version 1.1.2)

compile_report: 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)

Value

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

or Tatoo_tables

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.