# \donttest{
library(MazamaLocationUtils)
# Fail gracefully if any resources are not available
try({
# Wenatchee
lon <- -120.325278
lat <- 47.423333
censusList <- location_getCensusBlock(lon, lat)
str(censusList)
}, silent = FALSE)
# }
Run the code above in your browser using DataLab