diff --git a/episodes/06-dplyr.Rmd b/episodes/06-dplyr.Rmd index 0e2adeab..886f1fcc 100644 --- a/episodes/06-dplyr.Rmd +++ b/episodes/06-dplyr.Rmd @@ -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/)