When using caching by setting galah_config(caching = TRUE)
, show a list of
all previously cached files. This function acheives this by using query
metadata stored in metadata.rds in the cache directory
show_all_cached_files()
A list
of
available cached files, the function used to create them, and the filter
object
Configure caching and create a query to cache with galah_config()
galah_config(caching = TRUE) dat <- atlas_counts(group_by = galah_group_by(year))
Show a listing of previously cached files
show_all_cached_files()