if (FALSE) {
# Load data frame
argen_acled <- acled_api(
email = "your_email", password = "your_password",
country = "Argentina", start_date = "2022-01-01", end_date = "2022-02-01"
)
# Transform the interactions
argen_acled_transformed <- acled_transformation_interaction(argen_acled, only_inters = F)
}
Run the code above in your browser using DataLab