Provides access to the U.S. Census Bureau's API for batch geocoding American street addresses (<https://geocoding.geo.census.gov/geocoder>). The package offers a batch solution for address geocoding, as opposed to geocoding a single address at a time. It 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.
Version: | 0.1.2 |
Depends: | R (≥ 3.3) |
Imports: | dplyr, httr, readr, rlang, sf, tibble, tidyr |
Suggests: | covr, knitr, rmarkdown, testthat |
Published: | 2019-08-09 |
Author: | Christopher Prener
|
Maintainer: | Christopher Prener <chris.prener at slu.edu> |
BugReports: | https://github.com/slu-openGIS/censusxy/issues |
License: | GPL-3 |
URL: | https://github.com/slu-openGIS/censusxy |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | censusxy results |
Reference manual: | censusxy.pdf |
Vignettes: |
censusxy |
Package source: | censusxy_0.1.2.tar.gz |
Windows binaries: | r-prerelease: censusxy_0.1.2.zip, r-release: censusxy_0.1.2.zip, r-oldrel: censusxy_0.1.2.zip |
macOS binaries: | r-prerelease: censusxy_0.1.2.tgz, r-release: censusxy_0.1.2.tgz, r-oldrel: censusxy_0.1.2.tgz |
Please use the canonical form https://CRAN.R-project.org/package=censusxy to link to this page.