Call geolocator for one address
call_geolocator(street, city, state, zip = NA)
street
: A character string indicating a street name and numbercity
: A character string indicating a citystate
: A two-digit character string with a state postal codezip
: A five-digit character string with a postal zip code. Optional parameter.A character string representing the Census block of the supplied address.
importFrom utils URLencode importFrom httr GET stop_for_status