Fixes #1245
This commit is contained in:
Hadley Wickham 2023-02-07 10:41:53 -06:00
parent 504db47630
commit e7e509e68b
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ As you can see, when you summarize an ungrouped data frame, you get a single row
4. What happens if you supply a negative `n` to `slice_min()` and friends?
5. Explain what `count()` does in terms of the dplyr verbs you just learn.
5. Explain what `count()` does in terms of the dplyr verbs you just learned.
What does the `sort` argument to `count()` do?
6. Suppose we have the following tiny data frame: