powered by
Is the path a path to the BEAST2 jar file? Does not check if the file at that path is present
is_jar_path(path)
TRUE if the path is a path to a BEAST2 jar file
a string to a path
Richèl J.C. Bilderbeek
# Returns TRUE is_jar_path("beast.jar") is_jar_path("launcher.jar") is_jar_path(get_default_beast2_jar_path()) # Returns FALSE is_jar_path("beast") is_jar_path(get_default_beast2_bin_path())
Run the code above in your browser using DataLab