oc_clear_cache {opencage}R 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))


[Package opencage version 0.2.2 Index]