R/coronavirus_region.R

#' Australia coronavirus data
#'
#' This dataset contains coronavirus data of 3 different types from 8 states in Australia.
#'
#' @format a tibble with 2120 observations and 8 variables:
#'
#' - **Country**: full country name
#' - **State**: one of Australian Capital Territory, New South Wales, Northern Territory, Queensland, South Australia, Tasmania, Victoria, Western Australia
#' - **date**: date from 2020-01-12 to 2020-10-02
#' - **confirmed**: the cumulative number of the confirmed cases
#' - **recovered**: the cumulative number of the recovered cases
#' - **deaths**: the cumulative number of the death cases
#' - **daily_confirmed**: the daily number of the confirmed cases
#' - **daily_recovered**: the daily number of the recovered cases
#' - **daily_deaths**: the daily number of the death cases
#'
#' 
#' @source [COVID-19 Data Hub](https://covid19datahub.io/articles/data.html)
#' 
#'
"coronavirus_region"
etc5523-2020/r-package-assessment-yliu0320 documentation built on Jan. 1, 2021, 1:13 a.m.