# Deprecated
parse_beast_log(
tracelog_filename = get_tracerer_path("beast2_example_output.log")
)
# Use the function 'parse_beast_tracelog_file' instead
parse_beast_tracelog_file(
tracelog_filename = get_tracerer_path("beast2_example_output.log")
)
Run the code above in your browser using DataLab