powered by
ESRI APIs are used to determine address information associated with the locations specified by the longitude and latitude columns of the incoming dataframe.
longitude
latitude
addEsriAddress(df, lonVar = "longitude", latVar = "latitude", existingMeta = NULL)
dataframe with geolocation information (e.g. those created by wrcc_qualityControl() or airsis_qualityControl)
wrcc_qualityControl()
airsis_qualityControl
name of longitude variable in the incoming dataframe
name of the latitude variable in the incoming dataframe
existing 'meta' dataframe from which to obtain metadata for known monitor deployments
Input dataframe with additional columns: siteName, countyName.
siteName, countyName
https://developers.arcgis.com/rest/geocode/api-reference/geocoding-reverse-geocode.htm
# NOT RUN { df <- data.frame(longitude=c(-121,-122,-123),latitude=c(42,43,44)) addEsriAddress(df) # }
Run the code above in your browser using DataLab