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

View source: R/get_path.R

get_beastier_pathR 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_beastier_path(filename)

Arguments

filename

the file's name, without the path

Value

the full path to the filename. Will stop if the file is absent in the inst/extdata folder

Author(s)

Richèl J.C. Bilderbeek

See Also

for more files, use get_beastier_paths

Examples

get_beastier_path("beast2_example_output.log")
get_beastier_path("beast2_example_output.trees")
get_beastier_path("beast2_example_output.xml")
get_beastier_path("beast2_example_output.xml.state")

beastier documentation built on Nov. 7, 2023, 5:08 p.m.