# \donttest{
library(MazamaLocationUtils)
# Fail gracefully if any resources are not available
try({
# Wenatchee
lon <- -120.325278
lat <- 47.423333
Sys.setenv("OPENCAGE_KEY" = "YOUR_PERSONAL_API_KEY")
openCageTbl <- location_getOpenCageInfo(lon, lat)
dplyr::glimpse(openCageTbl)
}, silent = FALSE)
# }
Run the code above in your browser using DataLab