Learn R Programming

beastier (version 2.5)

get_beastier_path: 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)

Value

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

Arguments

filename

the file's name, without the path

Author

Richèl J.C. Bilderbeek

See Also

for more files, use get_beastier_paths

Examples

Run this code
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")

Run the code above in your browser using DataLab