#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.