oc_clear_cache: Clear the opencage cache

Description Usage Examples

View source: R/memoise.R

Description

Forget past results and reset the opencage cache.

Usage

1

Examples

1
2
3
4
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))

opencage documentation built on Feb. 20, 2021, 1:06 a.m.