#' Number of COVID cases by county in Minnesota, early 2021
#'
#' A dataset containing the number of cases by ZIP code for Minnesota
#' with observations taken weekly
#'
#' @format A data frame with 1028 rows and 13 variables:
#' \describe{
#' \item{ZIP}{ZIP code}
#' \item{May.27}{number of cumulative cases on May 27}
#' \item{May.20}{number of cumulative cases on May 20}
#' \item{May.13}{number of cumulative cases on May 13}
#' \item{May.6}{number of cumulative cases on May 6}
#' \item{Apr.29}{number of cumulative cases on Apr 29}
#' \item{Apr.22}{number of cumulative cases on Apr 22}
#' \item{Apr.15}{number of cumulative cases on Apr 15}
#' \item{Apr.8}{number of cumulative cases on Apr 8}
#' \item{Apr.1}{number of cumulative cases on Apr 1}
#' \item{Mar.25}{number of cumulative cases on Mar 25}
#' \item{Mar.18}{number of cumulative cases on Mar 18}
#' \item{Mar.11}{number of cumulative cases on Mar 11}
#' }
#' @source \url{https://www.health.state.mn.us/diseases/coronavirus/stats/#wmapcz1}
"MinnesotaZIP"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.