## code to prepare `county_data` dataset goes here
county_data <- readr::read_csv("data-raw/wi_dph_regions.csv", col_types = "ccncc")
usethis::use_data(county_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.