data-raw/county_data.R

## 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, overwrite = TRUE)
carlbfrederick/ohiCovidMetrics documentation built on Jan. 10, 2022, 12:20 p.m.