powered by
Would these lines of text, when written to a file, result in a valid BEAST2 input file?
are_beast2_input_lines_fast(lines)
TRUE if the text is valid, FALSE if not
lines of text
Richèl J.C. Bilderbeek
Use is_beast2_input_file to check a file
is_beast2_input_file
beast2_filename <- get_beastier_path("anthus_2_4.xml") text <- readLines(beast2_filename) # TRUE are_beast2_input_lines_fast(text) check_empty_beaustier_folders()
Run the code above in your browser using DataLab