Learn R Programming

tidywikidatar (version 0.5.9)

tw_enable_cache: Enable caching for the current session

Description

Enable caching for the current session

Usage

tw_enable_cache(SQLite = TRUE)

Value

Nothing, used for its side effects.

Arguments

SQLite

Logical, defaults to TRUE. Set to FALSE to use custom database options. See tw_set_cache_db() for details.

Examples

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

Run the code above in your browser using DataLab