list_cansim_sqlite_cached_tables: List cached cansim SQLite database

list_cansim_sqlite_cached_tablesR Documentation

List cached cansim SQLite database

Description

List cached cansim SQLite database

Usage

list_cansim_sqlite_cached_tables(
  cache_path = getOption("cansim.cache_path"),
  refresh = FALSE
)

Arguments

cache_path

Optional, default value is 'getOption("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_sqlite_cached_tables()

## End(Not run)

cansim documentation built on May 29, 2024, 2:46 a.m.