/fightr

Tools for Fight for Peace Data

Primary LanguageRGNU General Public License v3.0GPL-3.0

fightr

Travis build status R build status

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")