R/create_beast2_input_xml.R

Defines functions create_xml_declaration

Documented in create_xml_declaration

#' Create the XML declaration of the BEAST2 XML input file
#' @return one line of XML text
#' @author Richèl J.C. Bilderbeek
#' @examples
#' check_empty_beautier_folder()
#'
#' create_xml_declaration()
#'
#' check_empty_beautier_folder()
#' @export
create_xml_declaration <- function() {
  "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>"
}
richelbilderbeek/beastscriptr documentation built on April 9, 2024, 2:28 p.m.