states: US states coronavirus data

Description Usage Format

Description

State data from Covid Tracking. The data cutoff is 4pm EST. So some states are delayed by one day because they report after that time. Data are downloaded from https://covidtracking.com/api/states/daily See 'getdatastates.R' for processing of the data file.

Usage

1

Format

A data frame with 7 variables:

date

date. Data are for the previous day.

region

State name

positive

Cumulative positives.

negative

Cumulative negatives (from testing).

hospitalized

Current number in the hospital. aka totale_ospedalizzati

death

Cumulative deaths

total tests

Cumulative tests. These data are spotty and perhaps not very accurate.


eeholmes/CoV19 documentation built on Oct. 19, 2021, 10:59 a.m.