if (FALSE) {
library(MazamaLocationUtils)
# Fail gracefully if any resources are not available
try({
# Wenatchee
longitude <- -122.47
latitude <- 47.47
apiKey <- YOUR_PERSONAL_API_KEY
location_getSingleAddress_TexasAM(longitude, latitude, apiKey)
}, silent = FALSE)
}
Run the code above in your browser using DataLab