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

ind_tests_complete

Format

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

Details

Data Dictionary entry

Examples

head(ind_tests_complete)
#> # A tibble: 6 × 4
#>   date       county positives num_tests
#>   <date>     <chr>      <dbl>     <dbl>
#> 1 2020-02-26 Adams          0         0
#> 2 2020-02-27 Adams          0         0
#> 3 2020-02-28 Adams          0         0
#> 4 2020-02-29 Adams          0         0
#> 5 2020-03-01 Adams          0         0
#> 6 2020-03-02 Adams          0         0