battles {messydates} | R Documentation |
Dates of battles in 2001
Description
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).
Usage
battles
Format
A data frame with 20 rows and 2 variables:
- Battle
name of the battle, character
- Date
date or date range, a mdate class vector
- Parties
parties to the conflict, character
- US_party
is the US a party to the battle, numeric
- N_actors
number of actors to conflict, numeric
Details
#> ---------------------------------------------------------------------------- #> | 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 | #> ----------------------------------------------------------------------------
[Package messydates version 0.4.1 Index]