# NOT RUN {
ncaa2005 %>%
dplyr::mutate(game_type = game %% 2) %>%
summarise_item(c("game_type", "player"), mean_score = mean(score))
ncaa2005 %>%
summarise_game(mean_score = mean(score), min_score = min(score))
# }
Run the code above in your browser using DataLab