#' Dates of battles in 2001
#'
#' A dataset containing the names and dates of battles in 2001,
#' according to Wikipedia (https://en.wikipedia.org/wiki/List_of_battles_in_the_21st_century).
#'
#' @format A data frame with 20 rows and 2 variables:
#' \describe{
#' \item{Battle}{name of the battle, character}
#' \item{Date}{date or date range, a mdate class vector}
#' \item{Parties}{parties to the conflict, character}
#' \item{US_party}{is the US a party to the battle, numeric}
#' \item{N_actors}{number of actors to conflict, numeric}
#' }
#' @details
#' ``` {r, echo = FALSE, warning = FALSE}
#' mreport(battles)
#' ```
"battles"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.