tw_enable_cache: Enable caching for the current session

View source: R/tw_caching.R

tw_enable_cacheR Documentation

Enable caching for the current session

Description

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


if (interactive()) {
  tw_enable_cache()
}


tidywikidatar documentation built on March 31, 2023, 9:08 p.m.