R/lum_create_xml.R

Defines functions lum_create_xml

Documented in lum_create_xml

#' Show the XML file created by the displayed beautier command
#' @inheritParams default_params_doc
#' @author Richèl J.C. Bilderbeek
lum_create_xml <- function(beautier_cmd) {
  paste(
    eval(parse(text = paste(beautier_cmd, collapse = ""))),
    collapse = "\n"
  )
}
richelbilderbeek/lumier documentation built on March 13, 2021, 10:20 p.m.