Learn R Programming

opencage (version 0.2.2)

oc_clear_cache: Clear the opencage cache

Description

Forget past results and reset the opencage cache.

Usage

oc_clear_cache()

Arguments

Examples

Run this code
# NOT RUN {
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))
# }

Run the code above in your browser using DataLab