Deletes cached files within the cached file directory and their query metadata
clear_cached_files()
First, set caching to true with galah_config()
. Then create a data query.
The data you download will be cached in a temporary directory.
galah_config(caching = TRUE) dat <- atlas_counts(group_by = galah_group_by(year))
To clear your cached files directory, use clear_cached_files()
clear_cached_files()