Learn R Programming

babette (version 2.3.4)

get_babette_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_babette_paths(filenames)

Value

the filenames' full paths, if and only if all files are present. Will stop otherwise.

Arguments

filenames

the files' names, without the path

Author

Richèl J.C. Bilderbeek

See Also

for one file, use get_babette_path

Examples

Run this code
beastier::remove_beaustier_folders()
beastier::check_empty_beaustier_folders()

get_babette_paths(c("anthus_aco.fas", "anthus_nd2.fas"))

beastier::remove_beaustier_folders()
beastier::check_empty_beaustier_folders()

Run the code above in your browser using DataLab