get_tracerer_paths {tracerer} | R Documentation |
inst/extdata
folderGet the full paths of files in the inst/extdata
folder
get_tracerer_paths(filenames)
filenames |
the files' names, without the path |
the filenames' full paths
Richèl J.C. Bilderbeek
for one file, use get_tracerer_path
testit::assert( length( get_tracerer_paths( c( "beast2_example_output.log", "beast2_example_output.trees", "beast2_example_output.xml", "beast2_example_output.xml.state" ) ) ) == 4 )