get_tracerer_path {tracerer}R Documentation

Get the full path of a file in the inst/extdata folder

Description

Get the full path of a file in the inst/extdata folder

Usage

get_tracerer_path(filename)

Arguments

filename

the file's name, without the path

Value

the full path to the filename

Author(s)

Richèl J.C. Bilderbeek

See Also

for more files, use get_tracerer_paths

Examples

  testit::assert(is.character(get_tracerer_path("beast2_example_output.log")))
  testit::assert(is.character(get_tracerer_path("beast2_example_output.trees")))
  testit::assert(is.character(get_tracerer_path("beast2_example_output.xml")))
  testit::assert(is.character(get_tracerer_path("beast2_example_output.xml.state")))

[Package tracerer version 2.0.1 Index]