Skip to contents

Get the full paths of files in the inst/extdata folder

Usage

get_tracerer_paths(filenames)

Arguments

filenames

the files' names, without the path

Value

the filenames' full paths

See also

for one file, use get_tracerer_path

Author

Richèl J.C. Bilderbeek

Examples

get_tracerer_paths(
  c(
    "beast2_example_output.log",
    "beast2_example_output.trees",
    "beast2_example_output.xml",
    "beast2_example_output.xml.state"
  )
)
#> [1] "/usr/local/lib/R/site-library/tracerer/extdata/beast2_example_output.log"      
#> [2] "/usr/local/lib/R/site-library/tracerer/extdata/beast2_example_output.trees"    
#> [3] "/usr/local/lib/R/site-library/tracerer/extdata/beast2_example_output.xml"      
#> [4] "/usr/local/lib/R/site-library/tracerer/extdata/beast2_example_output.xml.state"