powered by
Removes all cached files from the educabR cache directory.
clear_cache(dataset = NULL)
Invisibly returns TRUE if successful.
TRUE
Optional. A character string specifying which dataset cache to clear. If NULL, clears all caches.
NULL
# \donttest{ # clear all cached data clear_cache() # clear only ENEM cache clear_cache("enem") # }
Run the code above in your browser using DataLab