chris-prener/postmastr: Tidy Tools for Standardizing and Parsing Street Addresses

The goal of postmastr is to provide consistent, tidy parsing of street address data. The package is primarily oriented towards American-style street addresses, e.g. "123 East Main Street". It contains functions for both standardizing address elements (e.g. converting street names like "Second" to "2nd" or converting "AV" to "Ave") and for parsing out intput strings into separate variables for each input element. This includes support for parsing cities, states, and postal codes out of address strings as well. Functionality is also provided to re-build parsed street addresses into a single string.

Getting started

Package details

Maintainer
LicenseGPL-3
Version0.1.0.9000
URL https://github.com/slu-openGIS/postmastr
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("chris-prener/postmastr")
chris-prener/postmastr documentation built on Dec. 13, 2020, 3:39 a.m.