Skip to content

Write a .xlsx file in line with IAMC standard.

Usage

write.IAMCxlsx(x, path, append = FALSE)

Arguments

x

A quitte data frame.

path

Path or connection to write to.

append

Overwrite existing files (FALSE, default), or append to them (TRUE).

Author

Michaja Pehl, Oliver Richters

Examples

write.IAMCxlsx(quitte_example_data, tempfile())