From 8a92a8896e048f71e613b2b5cef3903fbffca35e Mon Sep 17 00:00:00 2001 From: albhasan Date: Sat, 24 May 2025 21:39:55 -0300 Subject: [PATCH] Link updated. Solves #159 --- episodes/06-dplyr.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/)