Raw data for the Indiana COVIDcast Dashboard that shows daily COVID-19 county test results for Wisconsin

wisc_tests_complete

Format

An object of class spec_tbl_df (inherits from tbl_df, tbl, data.frame) with 41472 rows and 4 columns.

Details

Data Dictionary entry

Examples

head(wisc_tests_complete)
#> # A tibble: 6 × 4
#>   date       county   negative positive
#>   <date>     <chr>       <dbl>    <dbl>
#> 1 2020-03-15 Adams          NA        0
#> 2 2020-03-15 Ashland        NA        0
#> 3 2020-03-15 Barron         NA        0
#> 4 2020-03-15 Bayfield       NA        0
#> 5 2020-03-15 Brown          NA        0
#> 6 2020-03-15 Buffalo        NA        0