Skip to content

Commit

Permalink
Merge pull request #878 from matthieu-bruneaux/main
Browse files Browse the repository at this point in the history
Update/improve links to "Other great resources" in two episodes
  • Loading branch information
matthieu-bruneaux authored Nov 23, 2023
2 parents 713a568 + 3d33c6f commit 22052ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions episodes/13-dplyr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -470,10 +470,10 @@ lifeExp_2countries_bycontinents <- 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)
- [Introduction to dplyr](https://dplyr.tidyverse.org/)
- [Data wrangling with R and RStudio](https://www.rstudio.com/resources/webinars/data-wrangling-with-r-and-rstudio/)
- [R for Data Science](https://r4ds.hadley.nz/) (online book)
- [Data Wrangling Cheat sheet](https://www.rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf) (pdf file)
- [Introduction to dplyr](https://dplyr.tidyverse.org/) (online documentation)
- [Data wrangling with R and RStudio](https://www.rstudio.com/resources/webinars/data-wrangling-with-r-and-rstudio/) (online video)

:::::::::::::::::::::::::::::::::::::::: keypoints

Expand Down
8 changes: 4 additions & 4 deletions episodes/14-tidyr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,10 @@ There and back again!

## Other great resources

- [R for Data Science](https://r4ds.had.co.nz/index.html)
- [Data Wrangling Cheat sheet](https://www.rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf)
- [Introduction to tidyr](https://cran.r-project.org/web/packages/tidyr/vignettes/tidy-data.html)
- [Data wrangling with R and RStudio](https://www.rstudio.com/resources/webinars/data-wrangling-with-r-and-rstudio/)
- [R for Data Science](https://r4ds.hadley.nz/) (online book)
- [Data Wrangling Cheat sheet](https://www.rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf) (pdf file)
- [Introduction to tidyr](https://cran.r-project.org/web/packages/tidyr/vignettes/tidy-data.html) (online documentation)
- [Data wrangling with R and RStudio](https://www.rstudio.com/resources/webinars/data-wrangling-with-r-and-rstudio/) (online video)

:::::::::::::::::::::::::::::::::::::::: keypoints

Expand Down

0 comments on commit 22052ee

Please sign in to comment.