Learn R Programming

convertid (version 0.2.0)

.create.cache: Unexported functions Create a file cache directory at a given location.

Description

.create.cache() attempts to create a cache directory based on a given path name. Typically, such path is specific to the package from within the function is called. The default settings refer to the file cache framework in the biomaRt package.

Usage

.create.cache(cache.path = rappdirs::user_cache_dir("biomaRt"))

Value

TRUE if the location was successfully set up, FALSE if not.

Arguments

cache.path

(character). The path to use for the cached files.

See Also

Examples

Run this code
if (FALSE) .create.cache(rappdirs::user_cache_dir("biomaRt"))

Run the code above in your browser using DataLab