cache_name: cache_name

Description Usage Arguments Details Value See Also

View source: R/cache_name.R

Description

Get/set the default name for the cache directory (not the path). The default is cache.

Usage

1

Arguments

name

string; name for the cache (Default: Null)

Details

If used name is not provided or NULL, cache_name provides the default cache name.

If name is provided, the default name is set to name.

The default cache directory name can be changes by setting options(cache=name). The default is cache but alternative can be useful such as .cache (hidden) or rcache (possibly avoiding conflicts).

Value

string name for the cache directory.

See Also


decisionpatterns/cache documentation built on June 15, 2020, 9:35 p.m.