geocode: geocode

Description Usage Arguments Details Value

View source: R/geocode.R

Description

To prevent errors and optimize accuracy, please remove non alphanumeric characters from address strings prior to geocoding. In general, address cleaning is outside the scope of this package and should be completed prior to geocoding.

Usage

1
geocode(addresses, ...)

Arguments

addresses

a list or vector addresses

...

additional arguments passed to CB::mappp; set options for cache here

Details

By default, geocoding results will be cached in a local folder named geocoding_cache. See help for CB::mappp to change these defaults.

Value

list of geocoding results with one address per element; some addresses may return more than one geocoding result if there is a tie among the best matches


cole-brokamp/OfflineGeocodeR documentation built on June 19, 2021, 7:48 a.m.