Learn R Programming

beastier (version 2.5.2)

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

Description

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

Usage

get_beastier_paths(filenames)

Value

the filenames' full paths. Will stop if a file is absent in the inst/extdata folder

Arguments

filenames

the files' names, without the path

Author

Richèl J.C. Bilderbeek

See Also

for one file, use get_beastier_path

Examples

Run this code
get_beastier_paths(
  c(
    "beast2_example_output.log",
    "beast2_example_output.trees",
    "beast2_example_output.xml",
    "beast2_example_output.xml.state"
  )
)

Run the code above in your browser using DataLab