Learn R Programming

healthbR (version 0.2.0)

cnes_cache_status: Show CNES Cache Status

Description

Shows information about cached CNES data files.

Usage

cnes_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 cnes: cnes_clear_cache(), cnes_data(), cnes_dictionary(), cnes_info(), cnes_variables(), cnes_years()

Examples

Run this code
cnes_cache_status()

Run the code above in your browser using DataLab