batch_geocode_addresses: Batch geocode addresses
Description
Batch geocode addresses
Usage
batch_geocode_addresses(df, id, street, city, state, zip, crs = 4326)
Arguments
df
dataframe with addresses to be geocoded
id
primary key that uniquely identifies rows
zip
zip code column, expects a 5-digit zip code
crs
coordinate reference system to use for output
Value
an sf object containing geocoding results