
Using the split, apply, combine pattern in R
Running the same analysis across data subsets
Click on the following article to obtain a walkthrough of six approaches to the split-apply-combine pattern in R–from explicit column-by-column summaries to parallel execution with furrr–using the Palmer Penguins dataset as a running example.