get_abs_filenames {pkgfilecache} | R Documentation |
For each file, create a full path by joining the datadir with the filename.
get_abs_filenames(datadir, relative_filenames)
datadir |
string, the path to the package cache directory. |
relative_filenames |
vector of strings. A vector of filenames, relative to the package cache. Can be a list of vectors, which will be interpreted as files with subdirs. |
vector of strings, the absolute file names.