geo_batch: Geocode batches of addresses using the Census geocoding api.

Description Usage Arguments Value See Also Examples

Description

Geocode batches of addresses using the Census geocoding api.

Usage

1
geo_batch(address_dir)

Arguments

address_dir

A directory containing lists of addresses. Each list should consist of no more than 1000 addresses. The address directory should contain NOTHING BUT lists of 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
geo_batch("/path/to/addresses")

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