University of Wisconsin–Madison

Split, Apply, Combine

Posted by

on

Running the same analysis across data subsets

Walk through 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.

Read the full post