# NOT RUN {
test_df <- tidytable(
a = 1:5,
b = 1:5,
c = c("a","a","a","b","b"),
d = c("a","a","a","b","b"))
test_df %>%
group_split.(c, d)
test_df %>%
group_split.(c, d, .keep = FALSE)
# }
Run the code above in your browser using DataLab