Get the full path of a file in the inst/extdata
folder
Source: R/get_beautier_path.R
get_beautier_path.Rd
Get the full path of a file in the inst/extdata
folder
See also
for more files, use get_beautier_paths
Examples
check_empty_beautier_folder()
get_beautier_path("test_output_0.fas")
#> [1] "/usr/local/lib/R/site-library/beautier/extdata/test_output_0.fas"
get_beautier_path("anthus_aco.fas")
#> [1] "/usr/local/lib/R/site-library/beautier/extdata/anthus_aco.fas"
get_beautier_path("anthus_nd2.fas")
#> [1] "/usr/local/lib/R/site-library/beautier/extdata/anthus_nd2.fas"
check_empty_beautier_folder()