Skip to contents

Get the full paths of files in the inst/extdata folder If there is a mauricer file absent, get_mrc_paths will stop.

Usage

get_mrc_paths(filenames)

Arguments

filenames

the files' names, without the path

Value

the filenames' full paths

See also

for one file, use get_mrc_path

Author

Richèl J.C. Bilderbeek

Examples

get_mrc_paths(c("anthus_aco_sub.fas", "anthus_nd2_sub.fas"))
#> [1] "/usr/local/lib/R/site-library/mauricer/extdata/anthus_aco_sub.fas"
#> [2] "/usr/local/lib/R/site-library/mauricer/extdata/anthus_nd2_sub.fas"