create_beast2_run_cmd_from_options: Creates the terminal command to run BEAST2 from a...

View source: R/create_beast2_run_cmd_from_options.R

create_beast2_run_cmd_from_optionsR Documentation

Creates the terminal command to run BEAST2 from a beast2_options

Description

Creates the terminal command to run BEAST2 from a beast2_options

Usage

create_beast2_run_cmd_from_options(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 character vector with the command and arguments to call BEAST2

Author(s)

Richèl J.C. Bilderbeek

Examples

check_empty_beaustier_folders()

if (is_beast2_installed()) {
  create_beast2_run_cmd_from_options(
    beast2_options = create_beast2_options()
  )
}

check_empty_beaustier_folders()

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