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 myACLED. You can find detailed instructions about the ACLED API here.
Installation
# Install via cran
install.packages("acledR")
# Install development version from github
devtools::install_github("dtacled/acledR")