R/coronavirus.R

#' Global COVID-19 daily data
#'
#' The coronavirus dataset is from the R package 'coronavirus'. There are 189 countries in this dataset.
#' Daily COVID-19 cases data of each country was provided in the dataset, which contains confirmed / recovered / deeath.
#' This package also provides a tidy long format and a wide format dataset of coronavirous.
#' Please use 'cwdcovid19::coronavirus_long' and 'cwdcovid19::coronavirus_wide' to view them.
#'
#' @source data used in this package was extracted from the R package [coronavirus](R package 'coronavirus').
#'
"coronavirus"
etc5523-2020/r-package-assessment-1029YanMa documentation built on Jan. 1, 2021, 1:09 a.m.