Skip to contents

Removes all cached dataset parquet files, e.g. to force a fresh download on the next call to a get_*() function.

Usage

cache_clear()

Value

Invisible TRUE

Examples

if (FALSE) { # \dontrun{
cache_clear()
} # }