Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 2.75 KB

README.md

File metadata and controls

53 lines (32 loc) · 2.75 KB

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")