tw_check_cache {tidywikidatar} | R Documentation |
Check caching status in the current session, and override it upon request
Description
Mostly used internally in functions, exported for reference.
Usage
tw_check_cache(cache = NULL)
Arguments
cache |
Defaults to NULL. If NULL, checks current cache settings. If given, returns given value, ignoring cache. |
Value
Either TRUE or FALSE, depending on current cache settings.
Examples
if (interactive()) {
tw_check_cache()
}
[Package tidywikidatar version 0.5.9 Index]