Skip to contents

Disable caching for the current session

Usage

tw_disable_cache()

Value

Nothing, used for its side effects.

Examples

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