fightr
The goal of fightr is to enable quick and reproducible wrangling and analysis of data in the Fight for Peace database.
Installation
You can install fightr from CRAN with:
# install.packages("remotes")
remotes::install_github("caldwellst/fightr")
Database parsing
Currently, you can parse the database Excel output only, but more to come.
library(fightr)
parse_ffp_database("filepath.xlsx")