R/data.R
mich_tests_complete.RdRaw data for the Indiana COVIDcast Dashboard that shows daily COVID-19 county test results for Michigan
mich_tests_complete
An object of class spec_tbl_df (inherits from tbl_df, tbl, data.frame) with 50591 rows and 5 columns.
Data Dictionary entry
head(mich_tests_complete) #> # A tibble: 6 × 5 #> date county negative positive total #> <date> <chr> <dbl> <dbl> <dbl> #> 1 2020-03-17 Alcona 1 0 1 #> 2 2020-03-20 Alcona 2 0 2 #> 3 2020-03-23 Alcona 1 0 1 #> 4 2020-03-24 Alcona 1 0 1 #> 5 2020-03-25 Alcona 2 0 2 #> 6 2020-03-26 Alcona 1 0 1