oc_clear_cache: Clear the opencage cache

View source: R/memoise.R

oc_clear_cacheR Documentation

Clear the opencage cache

Description

Forget past results and reset the opencage cache.

Usage

oc_clear_cache()

Examples



system.time(oc_reverse(latitude = 10, longitude = 10))
system.time(oc_reverse(latitude = 10, longitude = 10))
oc_clear_cache()
system.time(oc_reverse(latitude = 10, longitude = 10))


ropensci/opencage documentation built on Feb. 7, 2023, 8:48 p.m.