Nothing
#' Dataset: Health Metrics Data - Infectious Diseases 1980-2021
#'
#' A dataset containing average values for deaths rates, Disability-Adjusted Life Years (DALYs), Years of Life Lost (YLLs), and Years Lived with Disability (YLDs) due to 37 infectious diseases form 1980 to 2012 for all countries.
#'
#' @format A dataframe with `r dim(id_affected_countries)[1]` rows and `r dim(id_affected_countries)[2]` variables:
#'
#' The variables are as follows:
#'
#' \describe{
#' \item{location_name}{character, list of countries}
#' \item{year}{numeric, from 1980 to 2021}
#' \item{DALYs}{numeric, DALYs for 100 000}
#' \item{YLLs}{numeric, YLLs for 100 000}
#' \item{YLDs}{numeric, YLDs for 100 000}
#' \item{Deaths}{numeric, deaths rate}
#' }
#'
#' @source {[IHME](https://vizhub.healthdata.org/gbd-results/) website}
"id_affected_countries"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.