University of Wisconsin–Madison

Tag: R Club

Data exploration in R with Tidyverse dplyr – part 2 – 10 examples

Summary Part 1 (Sgro (2023)) : was a general overview of the dplyr package for data exploration and manipulation to summarize or extract information from tabular data. Part 2: (This post) provides worked examples while learning Rmarkdown. The 10 `dplyr` examples cover the topics in the list below. An 11th example was added to show …

Data exploration in R with Tidyverse dplyr – part 1 – overview

Summary Part 1: A general overview of the dplyr package for data exploration and manipulation to summarize or extract information. Part 2: Next post will provide worked examples.     1 Motivation The Biochemistry R Club is following the new, 2^nd edition of R for Data Science (Wickham, Çetinkaya-Rundel, and Grolemund (2023).) The Club sessions are recorded in a local …