# \donttest{
# just call `library(tidyverse)` at the top of the your script
library(magrittr)
create_stateyears(system = "cow") %>%
add_cow_wars(type = "intra", intratype = "central control")
create_stateyears(system = "cow") %>%
add_cow_wars(type = "intra", intratype = "local issues")
cow_ddy %>% add_cow_wars(type = "inter")
# }
Run the code above in your browser using DataLab