Learn R Programming

tidywikidatar (version 0.5.9)

tw_check_cache: 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)

Value

Either TRUE or FALSE, depending on current cache settings.

Arguments

cache

Defaults to NULL. If NULL, checks current cache settings. If given, returns given value, ignoring cache.

Examples

Run this code
# \donttest{
if (interactive()) {
  tw_check_cache()
}
# }

Run the code above in your browser using DataLab