knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%", eval = FALSE )
The goal of fightr is to enable quick and reproducible wrangling and analysis of data in the Fight for Peace database.
You can install fightr from CRAN with:
# install.packages("remotes") remotes::install_github("caldwellst/fightr")
Currently, you can parse the database Excel output only, but more to come.
library(fightr) parse_single_database("filepath.xlsx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.