Learn R Programming

healthbR (version 0.2.0)

pnadc_clear_cache: Clear PNADC cache

Description

Removes all cached PNADC data files.

Usage

pnadc_clear_cache(module = NULL, cache_dir = NULL)

Value

NULL (invisibly)

Arguments

module

Character. Optional module to clear cache for. If NULL (default), clears cache for all modules.

cache_dir

Character. Optional custom cache directory. If NULL (default), uses the standard user cache directory.

Examples

Run this code
pnadc_clear_cache()

Run the code above in your browser using DataLab