Get the full paths of files in the inst/extdata
folder
Source: R/get_beautier_paths.R
get_beautier_paths.Rd
Get the full paths of files in the inst/extdata
folder
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")
)
#> [1] "/usr/local/lib/R/site-library/beautier/extdata/test_output_0.fas"
#> [2] "/usr/local/lib/R/site-library/beautier/extdata/anthus_aco.fas"
#> [3] "/usr/local/lib/R/site-library/beautier/extdata/anthus_nd2.fas"
check_empty_beautier_folder()