Skip to contents

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

See also

Use get_beautier_path to get the path of one file

for one file, use get_beautier_path

Author

Richèl J.C. Bilderbeek

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()