R/florida_county_pop.R

#' Florida annual population by county 2010 - 2019
#'
#' A dataset containing the annual population for Florida counties from 2010 to 2019.
#'
#' @format A data frame with 10 rows and 3 variables:
#' \describe{
#'   \item{county}{names of florida counties}
#'   \item{year}{year as integer}
#'   \item{pop}{number of persons}
#'
#' }
#' @source \href{https://www.census.gov/data/datasets/time-series/demo/popest/2010s-counties-total.html}{US Census Bureau, County Population Totals: 2010-2019}
"fl_county_pop"
RobWiederstein/KeyWestMopeds documentation built on Dec. 18, 2021, 10:53 a.m.