Learn R Programming

cansim (version 0.3.9)

list_cansim_sqlite_cached_tables: List cached cansim SQLite database

Description

List cached cansim SQLite database

Usage

list_cansim_sqlite_cached_tables(cache_path = getOption("cansim.cache_path"))

Arguments

cache_path

Optional, default value is `getOption("cansim.cache_path")`.

Value

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

Examples

Run this code
# NOT RUN {
list_cansim_sqlite_cached_tables()
# }

Run the code above in your browser using DataLab