Learn R Programming

educabR (version 0.1.0)

clear_cache: Clear the educabR cache

Description

Removes all cached files from the educabR cache directory.

Usage

clear_cache(dataset = NULL)

Value

Invisibly returns TRUE if successful.

Arguments

dataset

Optional. A character string specifying which dataset cache to clear. If NULL, clears all caches.

Examples

Run this code
# \donttest{
# clear all cached data
clear_cache()

# clear only ENEM cache
clear_cache("enem")
# }

Run the code above in your browser using DataLab