list_cansim_cached_tables: List cached cansim arrow and SQlite databases

list_cansim_cached_tablesR Documentation

List cached cansim arrow and SQlite databases

Description

List cached cansim arrow and SQlite databases

Usage

list_cansim_cached_tables(
  cache_path = Sys.getenv("CANSIM_CACHE_PATH"),
  refresh = FALSE
)

Arguments

cache_path

Optional, default value is ‘Sys.getenv(’CANSIM_CACHE_PATH')'.

refresh

Optional, refresh the last updated date of cached cansim tables

Value

A tibble with the list of all tables that are currently cached at the given cache path.

Examples

## Not run: 
list_cansim_cached_tables()

## End(Not run)

cansim documentation built on Aug. 21, 2025, 6 p.m.