Learn R Programming

healthbR (version 0.2.0)

sim_cache_status: Show SIM Cache Status

Description

Shows information about cached SIM data files.

Usage

sim_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 sim: sim_clear_cache(), sim_data(), sim_dictionary(), sim_info(), sim_variables(), sim_years()

Examples

Run this code
sim_cache_status()

Run the code above in your browser using DataLab