Heating and Cooling Degree diagnostic scripts
save_xml(
hdcd_gcam = tibble::tibble(),
folder = file.path(getwd(), "output"),
filename = "hdcd",
name_append = ""
)
Arguments
- hdcd_gcam
Default = tibble::tibble(). helios hdcd output with GCAM required format.
- folder
Default = file.path(getwd(), 'output'). String for output folder path.
- filename
Default = 'hdcd_diagnostic'. String for file name.
- name_append
Default = ”. String for the name to append to output file name.