Skip to content

Commit b3cf168

Browse files
authored
Update 05-dplyr.Rmd
1 parent 4afcd13 commit b3cf168

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

episodes/05-dplyr.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ pipes (`%>%`) to combine them:
9494
4. `group_by()`
9595
5. `summarize()`
9696
6. `mutate()`
97-
7. `pivot_longer` and `pivot_wider`
97+
7. `inner_join()`, `full_join()`, `left_join()`, `right_join()`
98+
7. Extra - `pivot_longer` and `pivot_wider`
9899

99100
Packages in R are sets of additional functions that let you do more
100101
stuff in R. The functions we've been using, like `str()`, come built into R;

0 commit comments

Comments
 (0)