From 574c6b8adc78634522554401496e5f69e636d81d Mon Sep 17 00:00:00 2001 From: Laurent Gatto Date: Tue, 26 Sep 2023 16:56:41 +0200 Subject: [PATCH] Add join objective --- episodes/30-dplyr.Rmd | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/episodes/30-dplyr.Rmd b/episodes/30-dplyr.Rmd index fa406887e..032138ee4 100644 --- a/episodes/30-dplyr.Rmd +++ b/episodes/30-dplyr.Rmd @@ -11,8 +11,11 @@ exercises: 75 ::::::::::::::::::::::::::::::::::::::: objectives - Describe the purpose of the **`dplyr`** and **`tidyr`** packages. -- Describe several of their functions that are extremely useful to manipulate data. -- Describe the concept of a wide and a long table format, and see how to reshape a data frame from one format to the other one. +- Describe several of their functions that are extremely useful to + manipulate data. +- Describe the concept of a wide and a long table format, and see + how to reshape a data frame from one format to the other one. +- Demonstrate how to join tables. ::::::::::::::::::::::::::::::::::::::::::::::::::