save_xml: save_xml

View source: R/save_xml.R

save_xmlR Documentation

save_xml

Description

Heating and Cooling Degree diagnostic scripts

Usage

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.


JGCRI/helios documentation built on Dec. 4, 2024, 5:05 a.m.