You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scoped-basics.Rmd
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Scoped verbs are powerful. They allow you to quickly carry out complex wrangling
12
12
13
13
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.
14
14
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.
0 commit comments