#' Florida annual population by city 2010 - 2019
#'
#' A dataset containing the annual population for Florida cities from 2010 to 2019.
#'
#' @format A data frame with 10 rows and 3 variables:
#' \describe{
#' \item{city}{names of florida cities}
#' \item{year}{year as integer}
#' \item{pop}{number of persons}
#'
#' }
#' @source \href{https://www.census.gov/data/tables/time-series/demo/popest/2010s-state-total.html}{US Census Bureau, State Population Totals and Components of Change: 2010-2019}
"fl_city_pop"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.