get_beast2_example_filenames {beastier} | R Documentation |
Get a list with the full paths of all BEAST2 example filenames
Description
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. |
Value
a list with the full paths of all BEAST2 example filenames
Author(s)
Richèl J.C. Bilderbeek
Examples
if (is_beast2_installed()) {
get_beast2_example_filenames()
}
[Package beastier version 2.5.1 Index]