index.md

censusxy

lifecycle Travis-CI Build
Status AppVeyor Build
Status Coverage
status CRAN_status_badge

The censusxy package is designed to provide easy access to the U.S. Census Bureau Geocoding Tools in R. censusxy has also been developed specifically with large data sets in mind - only unique addresses are passed to the API for geocoding. If a data set exceeds 1,000 unique addresses, it will be automatically subset into appropriately sized API calls, geocoded, and then put back together so that a single object is returned. There is also support for parallel processing on Non-Windows platforms.

What’s New in v1.0.0?

Installing censusxy

The easiest way to get censusxy is to install it from CRAN:

install.packages("censusxy")

Alternatively, the development version of censusxy can be accessed from GitHub with remotes:

# install.packages("remotes")
remotes::install_github("slu-openGIS/censusxy")

Resources

The main Get started article has:

Contributor Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



slu-openGIS/cxy2 documentation built on March 31, 2020, 10:09 a.m.