if (FALSE) {
# First set caching to true with [galah_config()]
galah_config(caching = TRUE)
# Then create a data query.
# The data you download will be cached in a temporary directory.
dat <- atlas_counts(group_by = galah_group_by(year))
# To clear your cached files directory, use `clear_cached_files()`
clear_cached_files()
}
Run the code above in your browser using DataLab