Skip to contents

Deletes all locally cached UK housing data files. The next call to any data function will re-download fresh data.

Usage

ukh_clear_cache()

Value

Invisibly returns NULL.

See also

Other configuration: ukh_cache_info(), ukh_epc_set_key()

Examples

# \donttest{
op <- options(ukhousing.cache_dir = tempdir())
ukh_clear_cache()
#> Removed 2 cached files from /tmp/RtmpBGChOV.
options(op)
# }