R/xml_createPlot.R

Defines functions xml_createPlot

xml_createPlot <- function(plot_name, screened_data_path) {
    node <- xml2::xml_new_root(.value = "Plot",
                               name = plot_name,
                               screened_data_path = screened_data_path)
    return(node)
}
Sumpfohreule/S4Level2 documentation built on Dec. 18, 2021, 3:04 p.m.