Learn R Programming

nomisdata (version 0.1.1)

clear_cache: Clear All Caches

Description

Removes all cached data.

Removes all cached data from disk and clears memoised functions.

Usage

clear_cache()

clear_cache()

Arguments

Value

Invisible TRUE. Called for side effects.

Invisible TRUE. Called for side effects (clearing cache files).

Examples

Run this code
# \donttest{
enable_cache()
clear_cache()
# }
# \donttest{
enable_cache(tempfile("nomis_cache"))

clear_cache()
# }

Run the code above in your browser using DataLab