#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.