app_census_geocode_components | R Documentation |
Shiny App to Geocode a single address
Geocode a single address
app_census_geocode_components() census_geocode_components( street, city, state, postal_code, vintage = c("2010", "2000"), key = Sys.getenv("GEOCODIO_API_KEY") )
street, city, state, postal_code |
address components |
vintage |
year of dataset, e.g., 2000. |
key |
geocodio api key |
a tibble::tibble()
containing geocodio data per the request
rgeocodio::gio_geocode_components()
,
geocodio documentation for more information
on costs/pricing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.