Learn R Programming

prettymapr (version 0.2.5)

clear_geocode_cache: Clear cached results

Description

Clears the local cache of downloaded files (by default, an environment in the package namespace). Clearing a directory cache will result in all files with the extention ".cached" being deleted from that directory.

Usage

clear_geocode_cache(cache = NA)

Arguments

cache

An environment, a directory name, or NA to clear the default internal cache

Examples

Run this code
clear_geocode_cache()

Run the code above in your browser using DataLab