Learn R Programming

healthbR (version 0.2.0)

ans_cache_status: Show ANS Cache Status

Description

Shows information about cached ANS data files.

Usage

ans_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 ans: ans_clear_cache(), ans_data(), ans_info(), ans_operators(), ans_variables(), ans_years()

Examples

Run this code
ans_cache_status()

Run the code above in your browser using DataLab