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.
compile_report(...)compile_report_list(dat)
A Tatoo_report: A list whose elements are either data.frames
or Tatoo_tables
for compile_table: individual Tatoo_table or
data.frame` objects
for compile_table_list: A list of containing either
Tatoo_table or data.frame objects.