Learn R Programming

beastier (version 2.5)

get_trees_filenames: Get the .trees filenames that BEAST2 will produce

Description

Get the .trees filenames that BEAST2 will produce

Usage

get_trees_filenames(input_filename)

Value

character vector with the names of the .trees files that BEAST2 will produce

Arguments

input_filename

the name of a BEAST2 input XML file. This file usually has an .xml extension. Use create_temp_input_filename to create a temporary filename with that extension.

Author

Richèl J.C. Bilderbeek

Examples

Run this code
check_empty_beaustier_folders()

get_trees_filenames(get_beastier_path("2_4.xml"))
get_trees_filenames(get_beastier_path("anthus_2_4.xml"))

check_empty_beaustier_folders()

Run the code above in your browser using DataLab