get_babette_paths {babette} | R Documentation |
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)
Arguments
filenames |
the files' names, without the path |
Value
the filenames' full paths, if and only if all files are present. Will stop otherwise.
Author(s)
Richèl J.C. Bilderbeek
See Also
for one file, use get_babette_path
Examples
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()
[Package babette version 2.3.4 Index]