alarm_cache_size {alarmdata} | R Documentation |
Work with the the alarmdata
cache
Description
Functions to inspect and clear the cache. If the cache is not enabled, uses a temporary directory.
Usage
alarm_cache_size()
alarm_cache_clear(force = FALSE)
alarm_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 alarm_cache_size()
, the size in bytes, invisibly
For alarm_cache_clear()
, the path to the cache, invisibly.
For alarm_cache_path()
, the path to the cache
Examples
alarm_cache_size()
alarm_cache_clear()
alarm_cache_path()
[Package alarmdata version 0.2.1 Index]