knitr::opts_chunk$set(
  collapse = FALSE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

popest

Tools to get US Census Bureau population estimates data.

Installation

devtools::install_github("rwright88/popest")

Examples

Get vintage 2018 population data by county:

library(popest)

year <- 2018
data <- popest::read_county(year)
data <- popest::clean_county(data, year)
data


rwright88/popest documentation built on Dec. 8, 2019, 1:52 a.m.