tw_enable_cache {tidywikidatar} | R Documentation |
Enable caching for the current session
tw_enable_cache(SQLite = TRUE)
SQLite |
Logical, defaults to TRUE. Set to FALSE to use custom database options. See |
Nothing, used for its side effects.
if (interactive()) {
tw_enable_cache()
}