Skip to content

Commit 604b241

Browse files
batpigandmelionel-
authored andcommitted
Add cheat sheet thumbnail to README (#505)
1 parent 39fecb2 commit 604b241

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ install.packages("purrr")
3939
devtools::install_github("tidyverse/purrr")
4040
```
4141

42+
## Cheatsheet
43+
44+
<a href="https://github.com/rstudio/cheatsheets/blob/master/purrr.pdf"><img src="https://raw.githubusercontent.com/rstudio/cheatsheets/master/pngs/thumbnails/purrr-cheatsheet-thumbs.png" width="630" height="252"/></a>
45+
4246
## Usage
4347

4448
The following example uses purrr to solve a fairly realistic problem: split a data frame into pieces, fit a model to each piece, compute the summary, then extract the R^2^.

README.md

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

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

3842
The following example uses purrr to solve a fairly realistic problem:

0 commit comments

Comments
 (0)