Skip to content

Commit

Permalink
Update 05-dplyr.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
sstevens2 authored Dec 26, 2023
1 parent 4afcd13 commit b3cf168
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion episodes/05-dplyr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ pipes (`%>%`) to combine them:
4. `group_by()`
5. `summarize()`
6. `mutate()`
7. `pivot_longer` and `pivot_wider`
7. `inner_join()`, `full_join()`, `left_join()`, `right_join()`
7. Extra - `pivot_longer` and `pivot_wider`

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

0 comments on commit b3cf168

Please sign in to comment.