R/data.R
dash_ci_line.Rd
Processed data for the Indiana COVIDcast Dashboard that shows historic daily values of Delphi Research Group's Combined Indicator for each methropolitan statistical area.
dash_ci_line
An object of class tbl_df
(inherits from tbl
, data.frame
) with 4485 rows and 3 columns.
Data Dictionary entry
head(dash_ci_line) #> # A tibble: 6 × 3 #> name time_value value #> <chr> <date> <dbl> #> 1 Bloomington 2020-04-15 1.27 #> 2 Bloomington 2020-04-16 1.25 #> 3 Bloomington 2020-04-17 1.3 #> 4 Bloomington 2020-04-18 1.57 #> 5 Bloomington 2020-04-19 1.35 #> 6 Bloomington 2020-04-20 1.71