get_beautier_paths {beautier} | 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_beautier_paths(filenames)
Arguments
filenames |
the files' names, without the path |
Value
the filenames' full paths
Author(s)
Richèl J.C. Bilderbeek
See Also
Use get_beautier_path to get the path of one file
for one file, use get_beautier_path
Examples
check_empty_beautier_folder()
get_beautier_paths(
c("test_output_0.fas", "anthus_aco.fas", "anthus_nd2.fas")
)
check_empty_beautier_folder()
[Package beautier version 2.6.12 Index]