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\"?>"
}

Try the beautier package in your browser

Any scripts or data that you put into this service are public.

beautier documentation built on Nov. 2, 2023, 5:08 p.m.