getus_tests: get number of tests and hospitalizations

Description Usage Details Value

View source: R/getus_functions.R

Description

extracts information on tests, hospitalizations and other metrics at the State level maintained by the the COVID Tracking Project

Usage

1

Details

a description of the variable can be found in the the COVID Tracking Project and when possible was used verbatim for the description below

date

in ISO 8601 format

state

state name

abbr

abbreviation

positive

total cumulative positive test results

negative

total cumulative negative test results

pending

tests that have been submitted to a lab but no results have been reported yet

hospitalized_curr

current people hospitalized

hospitalized_cumul

cumulative people hospitalized

icu_curr

current people in ICU

icu_cumul

cumulative people in ICU

ventilator_curr

current people using ventilator

ventilator_cumul

cumulative people using ventilator

recovered

total people recoverd

hash

unique ID changed every time the data updates

date_checked

date of the time we last visited their website

death

number of deaths

death_increase

increase in deaths from day before

hospitalized_increase

increase in hospitalization from day before

negative_increase

increase in negative results from day before

positive_increase

increase in positive results from day before

total_test_increase

increase from the day before

Other details regarding the score system used are reported in the maintainers webpage.
Note for the use of some of some this variables by covidtracking authors:
States are currently reporting two fundamentally unlike statistics: current hospital/ICU admissions and cumulative hospitalizations/ICU admissions. Across the country, this reporting is also sparse. In short: it is impossible to assemble anything resembling the real statistics for hospitalizations, ICU admissions, or ventilator usage across the United States. As a result, we will no longer provide national-level summary hospitalizations, ICU admissions, or ventilator usage statistics on our site.

Value

a dataframe with 15 variables


c1au6i0/covid19census_dev documentation built on May 8, 2020, 1:01 a.m.