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