# matmort ----
#' Maternal Mortality
#'
#' Maternal mortality by country and year from the World Health Organisation.
#'
#' @format A data frame with 181 rows and 4 variables:
#' \describe{
#' \item{Country}{The full country name}
#' \item{1990}{Maternal mortality for 1990 (format: "rate \[lowCI-highCI\]")}
#' \item{2000}{Maternal mortality for 2000 (format: "rate \[lowCI-highCI\]")}
#' \item{2015}{Maternal mortality for 2015 (format: "rate \[lowCI-highCI\]")}
#' }
#' @source \url{https://apps.who.int/gho/data/node.main.15?lang=en}
"matmort"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.