check_input_filename {beastier} | R Documentation |
Checks the input filename. Will stop if there is a problem with the input filename.
Description
Checks the input filename. Will stop if there is a problem with the input filename.
Usage
check_input_filename(input_filename)
Arguments
input_filename |
the name of a BEAST2 input XML file.
This file usually has an |
Value
Nothing. Will stop if the input file is invalid
Author(s)
Richèl J.C. Bilderbeek
Examples
check_empty_beaustier_folders()
check_input_filename(
get_beastier_path("beast2_example_output.log")
)
check_empty_beaustier_folders()
[Package beastier version 2.5.1 Index]