census_geo: Geocode a single batch of 1,000 addresses using the Census...

Description Usage Arguments Value See Also Examples

Description

Geocode a single batch of 1,000 addresses using the Census geocoding api.

Usage

1

Arguments

file

A link to a file of up to 1,000 addresses. Addresses must be formattated according to census specifications. For more details see https://www.census.gov/geo/maps-data/data/geocoder.html. To ensure proper functioning, save your addresses using save_addresses.

Value

a data frame with lat/long coordinates for each address that was successfully coded and NA for all others.

See Also

save_addresses

Examples

1
census_geo("/path/to/file.txt")

dmwelgus/MapChi documentation built on May 15, 2019, 9:38 a.m.