Learn R Programming

galah (version 1.4.0)

show_all_cached_files: List previously cached files

Description

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

Usage

show_all_cached_files()

Arguments

Value

A list of available cached files, the function used to create them, and the filter object

Examples

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()