R/population.R

#' Estimates of US population by year and sex
#'
#' @source The US census:
#'  \url{https://wonder.cdc.gov/Bridged-Race-v2017.HTML}
#' @format \describe{
#'  \item{year}{Range: 2013-2017}
#'  \item{age}{Range: 0-84}
#'  \item{sex}{male or female}
#'  \item{n}{Estimated population}
#' }
#'
"population"
hadley/neiss documentation built on May 17, 2019, 11:04 a.m.