Pretty-print 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
Value
Nothing. Will display the `beast2_options` using cat.
Examples
check_empty_beaustier_folders()
print_beast2_options(create_beast2_options())
#> |parameter |value |
#> |:---------------------|:---------------------------------------------------------|
#> |input_filename |/github/home/.cache/beastier/beast2_9ab6799f268.xml |
#> |output_state_filename |/github/home/.cache/beastier/beast2_9ab4b68869d.xml.state |
#> |rng_seed |NA |
#> |n_threads |NA |
#> |use_beagle |FALSE |
#> |overwrite |TRUE |
#> |beast2_path |/github/home/.local/share/beast/lib/launcher.jar |
#> |verbose |FALSE |
check_empty_beaustier_folders()