Convert a beast2_options
to a table
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
a tibble with two columns, called `parameter` and `value`. Each `parameter` is the name of the element of the `beast2_options` structure, where the `value` on the same row holds the value of that parameter
Examples
beast2_options_to_table(create_beast2_options())
#> # A tibble: 8 × 2
#> parameter value
#> <chr> <chr>
#> 1 input_filename /github/home/.cache/beastier/beast2_9ab11ea5e70.xml
#> 2 output_state_filename /github/home/.cache/beastier/beast2_9ab60f6202c.xml.sta…
#> 3 rng_seed NA
#> 4 n_threads NA
#> 5 use_beagle FALSE
#> 6 overwrite TRUE
#> 7 beast2_path /github/home/.local/share/beast/lib/launcher.jar
#> 8 verbose FALSE