call_geolocator_latlon {censusr} | R Documentation |
Call gelocator for one address with lat/lon
Description
Call gelocator for one address with lat/lon
Usage
call_geolocator_latlon(lat, lon)
Arguments
lat |
A numeric value |
lon |
A numeric value |
Value
A character string representing the Census block of the supplied lat/lon.
importFrom utils URLencode importFrom httr GET stop_for_status
[Package censusr version 0.0.4 Index]