# NOT RUN {
library(MazamaLocationUtils)
# Set up standard directories and spatial data
spatialDataDir <- tempdir() # typically "~/Data/Spatial"
mazama_initialize(spatialDataDir)
# Wenatchee
longitude <- -122.47
latitude <- 47.47
apiKey <- YOUR_PERSONAL_API_KEY
location_getSingleAddress_TexasAM(longitude, latitude, apiKey)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab