make_pgk_cache_subdir_for_relative_file: Given a relative file, create the subdir in the package cache...

Description Usage Arguments

View source: R/filecache.R

Description

Given a relative file, create the subdir in the package cache if needed.

Usage

1
make_pgk_cache_subdir_for_relative_file(pkg_info, relative_file)

Arguments

pkg_info,

named list. Package identifier, see get_pkg_info() on how to get one.

relative_file,

string or vector of strings. If a string, this function does nothing. If a vector of strings, a path is created from the elements using file.path, and the directory of it (determined by dirname()) is created.


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