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()
}


giocomai/tidywikidatar documentation built on Aug. 2, 2024, 5:33 p.m.