Description Usage Arguments Details Value Examples
A function that returns all incidents involving a country, where said country could be a victim, target, conspirator, owner of assets etc.
1 | involving_country(data, code, notes_only = FALSE)
|
data |
A |
code |
Two-letter country codes, e.g "US", "ID" etc |
When notes_only
is TRUE, the returned data frame will contain only
columns derived from "notes" relating to the event.
a data frame containing incidents where the specified country is involved
1 2 | involving_country(vcdb, "US", notes_only=TRUE)
involving_country(vcdb, "ID")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.