Addresses that were not validated at the time of collection are often heterogenously formatted, making them difficult to directly compare. The goal of addr is to clean, parse, standardize, and match messy, real-world addresses in R to use for data linkages.
Install the latest stable release of addr from R-universe with:
install.packages("addr", repos = c("https://geomarker-io.r-universe.dev", "https://cloud.r-project.org"))
Or, install the development version of addr from GitHub with:
# install.packages("pak")
pak::pak("cole-brokamp/addr")
Installing addr from GitHub requires a working Rust toolchain; install one using rustup.
See the package website to Get Started: https://geomarker.io/addr