run_xml_conversion: Run the CSV to XML conversion using the model interface tool.

run_xml_conversionR Documentation

Run the CSV to XML conversion using the model interface tool.

Description

This method should be the final call in a pipeline started with create_xml and one or more calls to add_xml_data. Please see the wiki for more details https://github.com/JGCRI/gcamdata/wiki/XML-Conversion

Usage

run_xml_conversion(dot)

Arguments

dot

The current state of the pipeline started from create_xml

Details

Note that this method relies on Java to run the conversion. To avoid errors for users who do not have Java installed it will check the global option gcamdata.use_java before attempting to run the conversion. If the flag is set to FALSE a warning will be issued and the conversion skipped. To enable the use of Java a user can set options(gcamdata.use_java=TRUE)

Value

The argument passed in unmodified in case a user wanted run the conversion again at a later time.

Author(s)

PP March 2017


JGCRI/gcamdata documentation built on March 21, 2023, 2:19 a.m.