Learn R Programming

healthbR (version 0.2.0)

sih_cache_status: Show SIH Cache Status

Description

Shows information about cached SIH data files.

Usage

sih_cache_status(cache_dir = NULL)

Value

A tibble with cache file information (invisibly).

Arguments

cache_dir

Character. Cache directory path. Default: tools::R_user_dir("healthbR", "cache").

See Also

Other sih: sih_clear_cache(), sih_data(), sih_dictionary(), sih_info(), sih_variables(), sih_years()

Examples

Run this code
sih_cache_status()

Run the code above in your browser using DataLab