parameter_to_xml: Internal function

View source: R/parameter_to_xml.R

parameter_to_xmlR Documentation

Internal function

Description

Converts a parameter to XML

Usage

parameter_to_xml(parameter, beauti_options)

Arguments

parameter

a parameter, as created by create_param)

beauti_options

one BEAUti options object, as returned by create_beauti_options

Value

the parameter as XML text

Author(s)

Richèl J.C. Bilderbeek

Examples

check_empty_beautier_folder()

parameter_to_xml(
  create_alpha_param(id = 1),
  beauti_options = create_beauti_options()
)

check_empty_beautier_folder()

beautier documentation built on Nov. 2, 2023, 5:08 p.m.