knitr::opts_chunk$set( collapse = FALSE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Tools to get US Census Bureau population estimates data.
devtools::install_github("rwright88/popest")
Get vintage 2018 population data by county:
library(popest) year <- 2018 data <- popest::read_county(year) data <- popest::clean_county(data, year) data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.