Learn R Programming

tidygeocoder (version 1.0.1)

geo_cascade: Convenience function for calling the geo function with method = 'cascade'

Description

Convenience function for calling the geo function with method = 'cascade'

Usage

geo_cascade(..., cascade_order = c("census", "osm"))

Arguments

...

arguments passed from and to the geo function

cascade_order

a vector with two character values for the method argument in the order in which the geocoder services will be attempted (ie. c('census', 'geocodio'))