Checks the input filename. Will stop if there is a problem with the input filename.
Source:R/check_input_filename.R
check_input_filename.Rd
Checks the input filename. Will stop if there is a problem with the input filename.
Arguments
- input_filename
the name of a BEAST2 input XML file. This file usually has an
.xml
extension. Use create_temp_input_filename to create a temporary filename with that extension.
Value
Nothing. Will stop if the input file is invalid
Examples
check_empty_beaustier_folders()
check_input_filename(
get_beastier_path("beast2_example_output.log")
)
check_empty_beaustier_folders()