Write a .xlsx file in line with IAMC standard.
Arguments
- x
A
quittedata frame.- path
Path or connection to write to.
- append
Overwrite existing files (
FALSE, default), or append to them (TRUE).
Examples
write.IAMCxlsx(quitte_example_data, tempfile())