Skip to content

Scraping data from the U.S. Census Bureau's American Community Survey

License

Notifications You must be signed in to change notification settings

lrdegeest/StateACS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StateACS

Scraping data from the U.S. Census Bureau's American Community Survey

Installation

library("devtools")
install_github("lrdegeest/StateACS")

Example

Pull household data from Iowa betwen 2011 and 2016 into your R workspace and save the .csv files for each year in your current directory:

library(StateACS)
p.data <- getStateACS(2001, 2016, state = "IA", type = "h", save = TRUE)

About

Scraping data from the U.S. Census Bureau's American Community Survey

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages