tt_cache: Work with the the 'tinytiger' cache

tt_cache_sizeR Documentation

Work with the the tinytiger cache

Description

Functions to inspect and clear the cache. If the cache is not enabled, uses a temporary directory.

Usage

tt_cache_size()

tt_cache_clear(force = FALSE)

tt_cache_path()

Arguments

force

FALSE by default. Asks the user to confirm if interactive. Does not clear cache if force is FALSE and not interactive.

Value

For tt_cache_size(), tthe size in bytes, invisbly

For tt_cache_clear(), the path to the cache, invisbly.

For tt_cache_path(), the path to the cache

Examples

tt_cache_size()

tt_cache_clear()

tt_cache_path()


tinytiger documentation built on Oct. 18, 2023, 1:11 a.m.