compile_report {tatoo} | R 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 |
dat |
for |
Value
A Tatoo_report
: A list whose elements are either data.frames
or Tatoo_table
s
[Package tatoo version 1.1.2 Index]