split_events.Rdsplit_events splits multi-category events from arvig into
observations with unique categories.
split_events(df = NULL)
| df | A data frame. If left unspecified, the |
|---|
A data frame.
# NOT RUN { data(arvig) head(split_events()) arvig %>% filter(stringr::str_detect(category_en, "&")) %>% split_events() # }