Skip to contents

Get the full path of a file in the inst/extdata folder

Usage

get_beautier_path(filename)

Arguments

filename

the file's name, without the path

Value

the full path of the filename

See also

for more files, use get_beautier_paths

Author

Richèl J.C. Bilderbeek

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