Learn R Programming

beautier (version 2.6.12)

create_beast2_beast_xml: Create the <beast ...> XML

Description

The <beast ...> XML is the XML at the start of a BEAST2 XML input file, directly after the general XML declaration (as created by create_xml_declaration).

Usage

create_beast2_beast_xml(beauti_options)

Value

the XML

Arguments

beauti_options

one BEAUti options object, as returned by create_beauti_options

Author

Richèl J.C. Bilderbeek

Examples

Run this code
remove_beautier_folder()

create_beast2_beast_xml(
  beauti_options = create_beauti_options_v2_6()
)

check_empty_beautier_folder()

Run the code above in your browser using DataLab