forked from saundersg/Statistics-Notebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRCheatSheetsAndNotes.Rmd
45 lines (23 loc) · 912 Bytes
/
RCheatSheetsAndNotes.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: "R Cheat Sheets & Notes"
---
## Cheat Sheets
* [R Colors](http://www.stat.columbia.edu/~tzheng/files/Rcolor.pdf)
* [R Base Graphics Cheat Sheet](http://www.joyce-robbins.com/wp-content/uploads/2016/04/BaseGraphicsCheatsheet.pdf)
* [R Base Commands Cheat Sheet](https://www.rstudio.com/wp-content/uploads/2016/10/r-cheat-sheet-3.pdf)
* [R Markdown Cheat Sheet](https://www.rstudio.com/wp-content/uploads/2015/02/rmarkdown-cheatsheet.pdf)
* [Keyboard Shortcuts](https://support.rstudio.com/hc/en-us/articles/200711853-Keyboard-Shortcuts)
## Notes
Add your own notes here...
```{r}
# Add R commands you want to remember here...
```
```{r}
# Or create other R chunks to put them in like this...
```
```{r, eval=FALSE}
# Using ```{r, eval=FALSE} turns off the chunk, but still shows it.
# Useful when you want to remember code, but not run it in this file.
```
```{r, eval=FALSE}
```