beast2_options_to_table: Convert a 'beast2_options' to a table

View source: R/beast2_options_to_table.R

beast2_options_to_tableR Documentation

Convert a beast2_options to a table

Description

Convert a beast2_options to a table

Usage

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

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

Author(s)

Richèl J.C. Bilderbeek

Examples

beast2_options_to_table(create_beast2_options())

beastier documentation built on Nov. 7, 2023, 5:08 p.m.