R/battles.R

#' 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"

Try the messydates package in your browser

Any scripts or data that you put into this service are public.

messydates documentation built on Jan. 22, 2023, 1:36 a.m.