View source: R/check_input_filename.R
| check_input_filename_validity | R Documentation | 
Checks the input filename. Will stop if there is a problem with the input filename.
check_input_filename_validity(beast2_options)
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  | 
nothing. Will call stop if the input file is invalid
Richèl J.C. Bilderbeek
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.