Skip to contents

Enable caching for the current session

Usage

tw_enable_cache(SQLite = TRUE)

Arguments

SQLite

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

Value

Nothing, used for its side effects.

Examples

# \donttest{
if (interactive()) {
  tw_enable_cache()
}
# }