Learn R Programming

healthbR (version 0.2.0)

sim_clear_cache: Clear SIM Cache

Description

Deletes cached SIM data files.

Usage

sim_clear_cache(cache_dir = NULL)

Value

Invisible NULL.

Arguments

cache_dir

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

See Also

Other sim: sim_cache_status(), sim_data(), sim_dictionary(), sim_info(), sim_variables(), sim_years()

Examples

Run this code
if (FALSE) { # interactive()
sim_clear_cache()
}

Run the code above in your browser using DataLab