Learn R Programming

beastier (version 2.5.2)

get_beast2_options_filenames: Extract the filenames from a `beast2_options`

Description

Extract the filenames from a `beast2_options`

Usage

get_beast2_options_filenames(beast2_options)

Value

the filenames from a `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

Author

Richèl J.C. Bilderbeek

Examples

Run this code
beast2_options <- create_beast2_options()
get_beast2_options_filenames(beast2_options)

Run the code above in your browser using DataLab