ejanalysis / ACSdownload

ACS 5-year Summary File -- download a table for all US tracts or block groups

Home Page:http://ejanalysis.github.io/ACSdownload/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACSdownload R Package

The ACSdownload package for R has functions helping to download and parse raw data files from the United States Census Bureau dataset called the American Community Survey (ACS) 5-year summary file. In particular, this package allows you to obtain all of the block group and tract-level data for any or all US States/DC/PR, rather than one State or one County at a time, for specified variables in specified tables. In contrast, other tools such as the acs package tend to provide more limited subsets such as one US County or State at a time, when working with block group or tract resolution tables, and/or require you obtain a key from Census.

Key functions include get.acs() to download and parse specified data, and various helper functions.

Installation

This package is not on CRAN -- install it from Github:

if (!require('devtools')) install.packages('devtools')
devtools::install_github('ejanalysis/ACSdownload')

Documentation

See the package documentation / function reference.

Github R package repository

ACSdownload on github.com

About

ACS 5-year Summary File -- download a table for all US tracts or block groups

http://ejanalysis.github.io/ACSdownload/

License:Other


Languages

Language:R 100.0%