parent
a42b7821c7
commit
6b5d92099e
1 changed files with 23 additions and 0 deletions
@ -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 |
Loading…
Reference in new issue