Learn R Programming

healthbR (version 0.2.0)

sipni_clear_cache: Clear SI-PNI Cache

Description

Deletes cached SI-PNI data files.

Usage

sipni_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 sipni: sipni_cache_status(), sipni_data(), sipni_dictionary(), sipni_info(), sipni_variables(), sipni_years()

Examples

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

Run the code above in your browser using DataLab