- df
The dataframe to update, it has to have the same structure as ACLED's dyadic dataframe (i.e. the result of acled_api())
- start_date
The first date of events you want to update from.. These are the celling and floor of event_date, not of timestamp.
- end_date
The last date of events you want to update from. These are the celling and floor of event_date, not of timestamp.
- additional_countries
string. Additional additional_countries to update your dataset. It defaults to “current countries”, which includes all the additional_countries inside your dataset.
- regions
string. The regions for which you would like events in your dataset updated.
- event_types
string. The event types for which you would like events in your dataset updated.
- email
character string. Email associated with your ACLED account registered at https://acleddata.com/.
- password
character string. The password associated with your ACLED account. If NULL, you will be prompted to enter your password interactively.
- inter_numeric
logical. If FALSE (default), interaction code columns (inter1, inter2, and interaction) returned as strings describing the actor types/interactions. If TRUE, the values are returned as numeric values. Must match the inter type (numeric or string) in the dataframe being updated.
- deleted
logical. If TRUE (default), the function will also remove deleted events using acled_deletions_api().