knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/" )
acledR is the official R package from the Armed Conflict Location and Event Data Project (ACLED), providing tools for extracting and manipulating ACLED data. The acledR site hosts more information on how to use the package, including a general overview on the Get Started page.
To access ACLED data, please register an account at developer.acleddata.com. You can find detailed instructions for setting up your account and retrieving an API key here.
# Install via cran install.packages("acledR") # Install development version from github devtools::install_github("dtacled/acledR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.