covid_19: Covid 19 Data from John's Hopkins

covid_19R Documentation

Covid 19 Data from John's Hopkins

Description

A data set containing global records of Covid 19 cases, deaths, and recovery.

Usage

covid_19

Format

A data frame with 59024 rows and 8 variables:

Province/State

Province or State where the data were collected

Country/Region

Country or Region where the data were collected

Lat

Lattitude associated with data (typically centroid of smallest available geographic unit)

Long

Long associated with data (typically centroid of smallest available geographic unit)

date

Date of recorded data

cases

Number of cases recorded in a geographic unit on a specified date.

deaths

Number of deaths recorded in a geographic unit on a specified date.

recovered

Number of recovered cases recorded in a geographic unit on a specified date.

...

Source

https://data.humdata.org/dataset/novel-coronavirus-2019-ncov-cases


gentrywhite/MXB107 documentation built on Aug. 14, 2022, 1:35 a.m.