Get the full path of a file in the inst/extdata
folder
See also
for more files, use get_tracerer_paths
Examples
get_tracerer_path("beast2_example_output.log")
#> [1] "/usr/local/lib/R/site-library/tracerer/extdata/beast2_example_output.log"
get_tracerer_path("beast2_example_output.trees")
#> [1] "/usr/local/lib/R/site-library/tracerer/extdata/beast2_example_output.trees"
get_tracerer_path("beast2_example_output.xml")
#> [1] "/usr/local/lib/R/site-library/tracerer/extdata/beast2_example_output.xml"
get_tracerer_path("beast2_example_output.xml.state")
#> [1] "/usr/local/lib/R/site-library/tracerer/extdata/beast2_example_output.xml.state"