get_beast2_options_filenames {beastier} | R Documentation |
Extract the filenames from a 'beast2_options'
Description
Extract the filenames from a 'beast2_options'
Usage
get_beast2_options_filenames(beast2_options)
Arguments
beast2_options |
a set of BEAST2 options, that are the R equivalent of the BEAST2 command-line options, as can be created by create_beast2_options |
Value
the filenames from a 'beast2_options'
Author(s)
Richèl J.C. Bilderbeek
Examples
beast2_options <- create_beast2_options()
get_beast2_options_filenames(beast2_options)
[Package beastier version 2.5.1 Index]