Skip to contents

Check if the folder for the state output file can be created. Will stop otherwise

Usage

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

Nothing. Will stop if the folder for the state output file cannot be created

Author

Richèl J.C. Bilderbeek

Examples

check_empty_beaustier_folders()

check_can_create_dir_for_state_output_file(
  beast2_options = create_beast2_options()
)

check_empty_beaustier_folders()