Learn R Programming

beastier (version 2.5.2)

beast2_options_to_table: Convert a beast2_options to a table

Description

Convert a beast2_options to a table

Usage

beast2_options_to_table(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

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_to_table(create_beast2_options())

Run the code above in your browser using DataLab