list_recalled_cached_data: List recalled data stored in local cache

View source: R/recalled_data.R

list_recalled_cached_dataR Documentation

List recalled data stored in local cache

Description

Checks the local cached database for recalled data and lists all recalled cached entries

Usage

list_recalled_cached_data(
  cached_data = list_cancensus_cache(),
  warn_only_once = FALSE
)

Arguments

cached_data

List of locally cached data to check for recall, default is 'list_cancensus_cache()' in which case it will get checked against all locally cached data

warn_only_once

Will only warn on first run during each session, 'FALSE' by default

Value

tibble with rows describing locally cached recalled data

Examples

## Not run: 
list_recalled_cached_data()

## End(Not run)

cancensus documentation built on Oct. 5, 2023, 5:08 p.m.