Skip to content

alarm-redist/geocoder

Repository files navigation

geocoder: Efficiently Geocode Addresses

This project is under development. It should not work. If it happens to appear to work, we make no guarantees of accuracy.

Lifecycle: experimental R-CMD-check

The goal of geocoder is to …

Installation

You can install the development version of geocoder like so:

remotes::install_github("alarm-redist/geocoder")

Example

library(geocoder)
## basic example code

Cache

Downloads will go to options(geocoder.cache_dir) if it is set. If it is not, and options(geocoder.use_cache = TRUE), downloads will be cached between sessions in rappdirs::user_cache_dir("geocoder"). If If options(geocoder.use_cache = FALSE) (the default), then the cache will be in a temporary directory that does not persist between sessions. You can check the size of the cache and clear it with gc_cache_size() and gc_cache_clear().

About

Efficiently Geocode Addresses

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Languages