Determines Distances to Stores in Quadrant Areas
Quadrant_Calculator.Rd
Finds the distance to the nearest store in each quadrant. No return, just sets four global variables
Arguments
- df_grocery_only
a data frame containing only grocery store observations. Returned from a call to the googleway::google_places api.
- df_geocode
a data frame containing only the lat and lng values of a geocoded address. The geocode is returned from googleway::google_geocode.