Get a list with the full paths of all BEAST2 example filenames
Source:R/get_beast2_example_filenames.R
get_beast2_example_filenames.Rd
Get a list with the full paths of all BEAST2 example filenames
Usage
get_beast2_example_filenames(beast2_folder = get_default_beast2_folder())
Arguments
- beast2_folder
the folder where the BEAST2 is installed. Note that this is not the folder where the BEAST2 executable is installed: the BEAST2 executable is in a subfolder. Use get_default_beast2_folder to get the default BEAST2 folder. Use get_default_beast2_bin_path to get the full path to the default BEAST2 executable.
Examples
if (is_beast2_installed()) {
get_beast2_example_filenames()
}