call_geolocator function

Call geolocator for one address

Call geolocator for one address

call_geolocator(street, city, state, zip = NA)

Arguments

  • street: A character string indicating a street name and number
  • city: A character string indicating a city
  • state: A two-digit character string with a state postal code
  • zip: A five-digit character string with a postal zip code. Optional parameter.

Returns

A character string representing the Census block of the supplied address.

importFrom utils URLencode importFrom httr GET stop_for_status

  • Maintainer: Kyle Walker
  • License: MIT + file LICENSE
  • Last published: 2024-01-24