Skip to content

Commit

Permalink
Add join objective
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto authored Sep 26, 2023
1 parent c19d9c8 commit 574c6b8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions episodes/30-dplyr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.

::::::::::::::::::::::::::::::::::::::::::::::::::

Expand Down

0 comments on commit 574c6b8

Please sign in to comment.