Checks the input filename. Will stop if there is a problem with the input filename.
Source:R/check_input_filename.R
check_input_filename_validity.Rd
Checks the input filename. Will stop if there is a problem with the input filename.
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 call stop
if the input file is invalid
Examples
check_empty_beaustier_folders()
if (is_beast2_installed()) {
check_input_filename_validity(
create_beast2_options(
input_filename = get_beastier_path("2_4.xml")
)
)
}
check_empty_beaustier_folders()