Description Usage Arguments Value
View source: R/geocode_njogis.R
Batch geocode addresses
1 | batch_geocode_addresses(df, id, street, city, state, zip, crs = 4326)
|
df |
dataframe with addresses to be geocoded |
id |
primary key that uniquely identifies rows |
street |
street address column |
city |
city column |
state |
state column |
zip |
zip code column, expects a 5-digit zip code |
crs |
coordinate reference system to use for output |
an sf object containing geocoding results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.