nytcovstate: NYT COVID-19 data for the US states, current as of Sunday,...

nytcovstateR Documentation

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

Description

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

Usage

nytcovstate

Format

A tibble with 58,526 rows and 5 columns

date

Date in YYYY-MM-DD format (date)

state

State name (character)

fips

State FIPS code (character)

cases

Cumulative N reported cases

deaths

Cumulative N reported deaths

Details

Table: Data summary

Name nytcovstate
Number of rows 58526
Number of columns 5
_______________________
Column type frequency:
Date 1
character 2
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-08-16 1097

Variable type: character

skim_variable n_missing complete_rate min max empty n_unique whitespace
state 0 1 4 24 0 56 0
fips 0 1 2 2 0 56 0

Variable type: numeric

skim_variable n_missing complete_rate mean sd p0 p25 p50 p75 p100 hist
cases 0 1 834511.91 1394631.70 1 64160 324958 985279.8 11955605 ▇▁▁▁▁
deaths 0 1 11294.84 16797.98 0 1080 4790 14373.0 101982 ▇▁▁▁▁

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.