R/data.R

#' @title County-Level Population, 1969-2016, Adjusted
#'
#' @md
#' @description County-level population from SEER, adjusted for the population shifts due to hurricanes Katrina (August 29) and Rita (September 24).
#'
#' @source [https://seer.cancer.gov/popdata/download.html]()
"pop_since_1969_adjusted"

#' @title County-Level Population, 1969-2016
#'
#' @md
#' @description County-level population from SEER
#'
#' @source [https://seer.cancer.gov/popdata/download.html]()
"pop_since_1969"

#' @title County-Level Population, 1990-2016, Adjusted
#'
#' @md
#' @description County-level population from SEER, adjusted for the population shifts due to hurricanes Katrina (August 29) and Rita (September 24).
#'
#' @source [https://seer.cancer.gov/popdata/download.html]()
"pop_since_1990_adjusted"

#' @title County-Level Population, 1990-2016
#'
#' @md
#' @description County-level population from SEER
#'
#' @source [https://seer.cancer.gov/popdata/download.html]()
"pop_since_1990"
jjchern/county.pop documentation built on May 24, 2019, 5:06 a.m.