#' Example dataset, an epidemiological linelist
#'
#' @format A data.frame with 12 rows and 15 variables:
#' \describe{
#' \item{id}{Patient identifier}
#' \item{site}{Site identifier}
#' \item{age}{Age value}
#' \item{age_unit}{Age units}
#' \item{sex}{Patient sex}
#' \item{status}{Patient status}
#' \item{symptoms}{Is the patient symptomatic}
#' \item{date_onset}{Date of symptom onset}
#' \item{date_admit}{Date of admission to hospital}
#' \item{date_test1}{Date of laboratory test #1}
#' \item{result_test1}{Result of laboratory test #1}
#' \item{date_test2}{Date of laboratory test #2}
#' \item{result_test2}{Result of laboratory test #2}
#' \item{exit_status}{Patient outcome status}
#' \item{date_exit}{Date of exit from hospital}
#' }
"ll"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.