stmacdonell/AddCensus: Add US Census data to your simple features object

This package provides a function, AddCensusDemographics, which takes a simple featrues object and adds 2010 Census data to the polygons in that object. It works even if the polygons in your simple features object do not line up with Census boundaries. It uses the Census API to download the requested data for each Census block in the county/counties requested, and allocates the population from each block to the polygons in your simple features object based on the percent of the block lying in each polygon.

Getting started

Package details

AuthorScott T. Macdonell and Maia Woluchem
MaintainerScott T. Macdonell <stmacdonell@gmail.com>
LicenseMIT
Version0.2.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("stmacdonell/AddCensus")
stmacdonell/AddCensus documentation built on May 13, 2019, 12:20 p.m.