Skip to content

Commit 2957c75

Browse files
author
skaltman
committed
fix cheat sheet link
1 parent b276c20 commit 2957c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scoped-basics.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Scoped verbs are powerful. They allow you to quickly carry out complex wrangling
1212

1313
Each dplyr verb comes in three scoped variants. The name of each variant consists of the dplyr verb plus one of three suffixes: `_at`, `_all`, or `_if`. In this reading, you'll learn about the `_all` and `_at` scoped verbs.
1414

15-
We've also created a [scoped verbs cheat sheet](https://github.com/dcl-docs/cheat-sheets/blob/master/scoped_verbs.md) to help you organize all the information involved in scoped verbs.
15+
[Chapter 10](http://dcl-wrangle.stanford.edu/scoped-cheat-sheet.html) contains a cheat sheet to help you organize all the information involved in scoped verbs.
1616

1717
### _all and _at scoped verbs
1818

0 commit comments

Comments
 (0)