erase_file_cache: Delete the full package cache directory for the given...

Description Usage Arguments Value

View source: R/filecache.R

Description

Delete the full package cache directory for the given package.

Usage

1
erase_file_cache(pkg_info)

Arguments

pkg_info,

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

Value

integer. The return value of the unlink() call: 0 for success, 1 for failure. See the unlink() documentation for details.


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