20 Using split-apply-combine to help in processing
20.1 Learning objectives
- Review the split-apply-combine technique and identify how these concepts make use of functional programming.
- Apply functional programming to summarize data using the split-apply-combine technique with dplyr’s
summarise(), its.byargument, andacross()functions. - Identify and design ways to simplify the functions you make by creating general functions that contain other functions you’ve made, such as a general “cleaning” function that contains your custom functions that clean your specific data.
Caution
👷 This session is being actively developed and edited. Once the session is finished being edited, the content will be added here.