Learn R Programming

beastier (version 2.5.2)

create_beast2_state_output_file_folder: Create the folder where the BEAST2 state output file will be created

Description

Create the folder where the BEAST2 state output file will be created

Usage

create_beast2_state_output_file_folder(beast2_options)

Value

nothing

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
check_empty_beaustier_folders()

beast2_options <- create_beast2_options()
create_beast2_state_output_file_folder(beast2_options)

remove_beaustier_folders()
check_empty_beaustier_folders()

Run the code above in your browser using DataLab