get_beast2_example_filenames: Get a list with the full paths of all BEAST2 example...

View source: R/get_beast2_example_filenames.R

get_beast2_example_filenamesR 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()
}

richelbilderbeek/beastier documentation built on Nov. 8, 2023, 9:29 p.m.