R/data2.R

#' Global coronavirus statistics
#'
#' A dataset displaying the changes in cumulative cases and deaths over time for 235 countries.
#'
#' @format A data frame that consists of 65,330 observations and 8 variables.
#' - **Date_reported**: dates from 2020-01-03 to 2020-10-06
#' - **Country_code**: two letter country code
#' - **Country**: name of country
#' - **WHO_region**: 4 and 5 letter codes that WHO has designated to divide the world into regions
#' - **New_cases**: number of daily cases reported on a specific date
#' - **Cumulative_cases**: total cases reported  
#' - **New_deaths**: number of daily deaths reported on a specific date
#' - **Cumulative_deaths**: total deaths reported
#' 
#' @source [World Health Organization](https://covid19.who.int/)
"data2"
etc5523-2020/r-package-assessment-jthoma48 documentation built on Jan. 1, 2021, 1:12 a.m.