diff --git a/R/20220621.Rstudio-cheatsheets.md b/R/20220621.Rstudio-cheatsheets.md new file mode 100644 index 0000000..49ec7e4 --- /dev/null +++ b/R/20220621.Rstudio-cheatsheets.md @@ -0,0 +1,23 @@ +Cheatsheets from RStudio +======================== + +RStudio offers a lot of cheatsheets for various tools, methods. +Check them out here: + +https://www.rstudio.com/resources/cheatsheets/ + +Some notable ones (samples): + +* "Data visualization with ggplot2 cheatsheet" + https://raw.githubusercontent.com/rstudio/cheatsheets/main/data-visualization.pdf + + +* "Data transformation with dplyr cheatsheet" + https://raw.githubusercontent.com/rstudio/cheatsheets/main/data-transformation.pdf + +* "Base R cheatsheet" (contributed, Mhairi McNeill) + https://raw.githubusercontent.com/rstudio/cheatsheets/main/base-r.pdf + http://github.com/rstudio/cheatsheets/blob/main/base-r.pdf + +* "Advanced R cheatsheet" (contributed, Arianne Colton and Sean Chen) + https://www.rstudio.com/wp-content/uploads/2016/02/advancedR.pdf \ No newline at end of file