Skip to content

Commit 99c4096

Browse files
batpigandmehadley
authored andcommitted
Add cheatsheet thumbnail to README (#2565)
* Fixes #2457
1 parent 31322d8 commit 99c4096

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.Rmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ install.packages("ggplot2")
3737
devtools::install_github("tidyverse/ggplot2")
3838
```
3939

40+
## Cheatsheet
41+
42+
<a href="https://github.com/rstudio/cheatsheets/blob/master/data-visualization-2.1.pdf"><img src="https://raw.githubusercontent.com/rstudio/cheatsheets/master/pngs/thumbnails/data-visualization-cheatsheet-thumbs.png" width="630" height="252"/></a>
4043

4144
## Usage
4245

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ install.packages("ggplot2")
3232
devtools::install_github("tidyverse/ggplot2")
3333
```
3434

35+
## Cheatsheet
36+
37+
<a href="https://github.com/rstudio/cheatsheets/blob/master/data-visualization-2.1.pdf"><img src="https://raw.githubusercontent.com/rstudio/cheatsheets/master/pngs/thumbnails/data-visualization-cheatsheet-thumbs.png" width="630" height="252"/></a>
38+
3539
## Usage
3640

3741
It’s hard to succinctly describe how ggplot2 works because it embodies a

0 commit comments

Comments
 (0)