Would these lines of text, when written to a file, result in a valid BEAST2 input file?
Source:R/are_beast2_input_lines.R
are_beast2_input_lines_fast.Rd
Would these lines of text, when written to a file, result in a valid BEAST2 input file?
See also
Use is_beast2_input_file
to check a file
Examples
beast2_filename <- get_beastier_path("anthus_2_4.xml")
text <- readLines(beast2_filename)
# TRUE
are_beast2_input_lines_fast(text)
#> [1] TRUE
check_empty_beaustier_folders()