nytcovus: NYT COVID-19 data for the US, current as of Sunday, January...

nytcovusR Documentation

NYT COVID-19 data for the US, current as of Sunday, January 22, 2023

Description

A dataset containing US national-level data on COVID-19, collected by the New York Times.

Usage

nytcovus

Format

A tibble with 1,097 rows and 3 columns

date

Date in YYYY-MM-DD format (date)

cases

Cumulative N reported cases

deaths

Cumulative N reported deaths

Details

Table: Data summary

Name nytcovus
Number of rows 1097
Number of columns 3
_______________________
Column type frequency:
Date 1
numeric 2
________________________
Group variables None

Variable type: Date

skim_variable n_missing complete_rate min max median n_unique
date 0 1 2020-01-21 2023-01-21 2021-07-22 1097

Variable type: numeric

skim_variable n_missing complete_rate mean sd p0 p25 p50 p75 p100 hist
cases 0 1 44522009.0 35239239.4 1 8404635 34364829 80836264 101726588 ▇▆▃▂▆
deaths 0 1 602590.7 370532.5 0 222195 609870 989584 1111011 ▆▂▅▃▇

Source

The New York Times https://github.com/nytimes/covid-19-data. For details on the methods and limitations see https://github.com/nytimes/covid-19-data.


kjhealy/covdata documentation built on Feb. 4, 2023, 12:52 p.m.