Skip to content

An R package containing population estimates from the US Census Bureau

License

Notifications You must be signed in to change notification settings

nsgrantham/uspops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uspops 🇺🇸

Travis-CI Build Status AppVeyor Build Status

This package contains two datasets provided by the US Census Bureau:

  • us_pops: For each year from 1900 to 2018, the estimated population of the United States on July 1st. Two exceptions are 1970 and 1980 where the estimates are made for April 1st.

  • state_pops: For each year from 1900 to 2018, the estimated population of all 50 states (Alaska and Hawaii since 1950), District of Columbia, and Puerto Rico (since 2010) on July 1st. Two exceptions are 1970 and 1980 where the estimates are made for April 1st.

The datasets were made with get-data.R in data-raw, which downloads and tidies the following US Census Bureau files:

As works of the United States government, these files are in the public domain within the United States.

Installation

You can install uspops from GitHub with:

# install.packages("devtools")
devtools::install_github("nsgrantham/uspops")

About

An R package containing population estimates from the US Census Bureau

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages