diff --git a/data-transform.qmd b/data-transform.qmd index f44c828..f4889a1 100644 --- a/data-transform.qmd +++ b/data-transform.qmd @@ -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: