Enable caching for the current session
Arguments
- SQLite
Logical, defaults to
TRUE. Set toFALSEto use custom database options. Seetw_set_cache_db()for details.
Examples
# \donttest{
if (interactive()) {
tw_enable_cache()
}
# }
Enable caching for the current session
Logical, defaults to TRUE. Set to FALSE to use custom
database options. See tw_set_cache_db() for details.
# \donttest{
if (interactive()) {
tw_enable_cache()
}
# }