From 223b2b615db1c92d07ba80ea82dc365129d8984e Mon Sep 17 00:00:00 2001 From: Kristi Liu <48770663+kristi-sara@users.noreply.github.com> Date: Wed, 19 Mar 2025 15:32:51 -0700 Subject: [PATCH] fix cheatsheet link https://github.com/datacarpentry/r-intro-geospatial/issues/160 --- 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 40113c84..0e2adeab 100644 --- a/episodes/06-dplyr.Rmd +++ b/episodes/06-dplyr.Rmd @@ -307,7 +307,7 @@ gdp_pop_bycontinents_byyear <- gapminder %>% ## Other great resources - [R for Data Science](https://r4ds.had.co.nz/) -- [Data Wrangling Cheat sheet](https://www.rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf) +- [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/)