get_abs_filenames: Join all relative filenames to a datadir.

Description Usage Arguments Value

View source: R/filecache.R

Description

For each file, create a full path by joining the datadir with the filename.

Usage

1
get_abs_filenames(datadir, relative_filenames)

Arguments

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.

Value

vector of strings, the absolute file names.


pkgfilecache documentation built on May 18, 2021, 1:06 a.m.