#' Cases of the first 149 days of the Covid-19 pandemic in Austria.
#'
#' A data frame containing the number of cases for the first 149 days of the Covid-19 pandemic
#' in Austria
#' @usage data(Austria)
#'
#' @format A data frame with 149 rows and 3 variables:
#' \describe{
#' \item{Date}{ID of date encoded with origin="01-01-1970".}
#' \item{Cases}{Number of newly observed cases per day.}
#' \item{Cum_Cases}{Cumulative number of newly observed cases per day.}
#' }
#' @source \url{https://github.com/CSSEGISandData/COVID-19}
"Austria"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.