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).
battles
A data frame with 20 rows and 2 variables:
name of the battle, character
date or date range, a mdate class vector
parties to the conflict, character
is the US a party to the battle, numeric
number of actors to conflict, numeric
#> ----------------------------------------------------------------------------
#> | Column Name | Data Type | Observations | Missing | Missing (%) |
#> ----------------------------------------------------------------------------
#> | Battle | character | 20| 0 | 0 |
#> | Date | mdate | 20| 0 | 0 |
#> | Parties | character | 20| 0 | 0 |
#> | US_party | numeric | 20| 0 | 0 |
#> | N_actors | numeric | 20| 0 | 0 |
#> ----------------------------------------------------------------------------