Exports a data frame or an ir_aggregate_isofiles() result to an Excel file.
Each dataset in the aggregated data becomes its own sheet. The include
parameter controls which datasets are exported (default: all non-empty
datasets). Recursively creates the output directory if it does not exist.
Arguments
- data
a data frame or an
ir_aggregated_dataobject fromir_aggregate_isofiles()- file
path to the
.xlsxfile (.xlsxextension added if absent)- include
for
ir_aggregated_dataonly: character vector of dataset names to include as sheets. Default"metadata"exports only the metadata.- dbl_digits
number of decimal places shown for double columns (all digits are stored; this only affects display formatting in Excel)
- int_format
Excel number format string for integer columns
- dbl_format
Excel number format string for double columns (derived automatically from
dbl_digitsif not set)- show_progress
whether to show a progress indicator
