/OfflineGeocodeR

Geocode addresses from R without exposing PHI to the internet

Primary LanguageRGNU General Public License v3.0GPL-3.0

OfflineGeocodeR

OfflineGeocodeR is an experimental R package that provides a wrapper around calling the Docker container degauss/geocoder:3.0 in order to geocode addresses from R without using the internet.

Installing

Install with:

remotes::install_github('cole-brokamp/OfflineGeocodeR')

You must also have Docker installed and available on your system. The first time geocode() is called, it will download the container from DockerHub.