Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion episodes/06-dplyr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ gdp_pop_bycontinents_byyear <- gapminder %>%

## Other great resources

- [R for Data Science](https://r4ds.had.co.nz/)
- [R for Data Science](https://r4ds.hadley.nz/)
- [Data Wrangling Cheat sheet](https://posit.co/resources/cheatsheets/)
- [Introduction to dplyr](https://cran.r-project.org/web/packages/dplyr/vignettes/dplyr.html)
- [Data wrangling with R and RStudio](https://www.rstudio.com/resources/webinars/data-wrangling-with-r-and-rstudio/)
Expand Down
Loading