R/data.R
msa_cases100_posrate_historic.Rd
Processed data for the Indiana COVIDcast Dashboard that shows weekly positivity rate and daily cases per 100,000 residents per metropolitan statistical area.
msa_cases100_posrate_historic
An object of class spec_tbl_df
(inherits from tbl_df
, tbl
, data.frame
) with 8640 rows and 7 columns.
Data Dictionary entry
head(msa_cases100_posrate_historic) #> # A tibble: 6 × 7 #> date msa geo_value cases_100k start_date pos_rate data_date #> <date> <chr> <dbl> <dbl> <date> <dbl> <date> #> 1 2020-04-02 Bloomington 14020 2.95 NA NA 2021-11-24 #> 2 2020-04-03 Bloomington 14020 3.38 NA NA 2021-11-24 #> 3 2020-04-04 Bloomington 14020 2.95 2020-03-29 0.112 2021-11-24 #> 4 2020-04-05 Bloomington 14020 2.70 NA NA 2021-11-24 #> 5 2020-04-06 Bloomington 14020 2.53 NA NA 2021-11-24 #> 6 2020-04-07 Bloomington 14020 2.53 NA NA 2021-11-24