List of lessons
JedR Training
Links go to online version. Locally-runnable files are in the training/
folder.
- Categorization: When you need to rename values in your data, perhaps to create a new categorization schema.
- Manage dates: When you need help parsing dates or making useful date parts for grouping.
JedR Trials
Links go to online version. Locally-runnable files are in the trails/
folder.
- Introduction: Introduces the
starwars
data and the interactive format of the lessons. Covers some basic functions to look at data. - Summarize with Count: Covers counting rows using group_by and summarize. (We skip
count()
here to focus on group_by, summarize and arrange.) - Summarize with Math: Covers grouping data and math functions within summarize.
- Plotting: Making a very basic ggplot chart.
- Pivoting: Making data wider and longer.
- Bind and Join: Combining data.
Others to come?
This is a work in progress. We have a list of ideas and would be consider additions that follow our philosophy (which is admittedly also under development).