Skip to content

add inter filters

Rob Williams requested to merge jayrobwilliams/acled.api:filters into master

Added filters for inter1, inter2, and interaction in acled.api() as discussed in #2 (closed). I also added some tests for these arguments in test-acled.R that I think will generate a merge conflict if you also merge in 741bf478 since I added some tests in that commit, but it should be pretty straightforward to resolve. Each separate commit to test-acled.R just adds a block of test_that()s that are separate so hopefully it doesn't cause too much of an issue.

Merge request reports