From e7e509e68b2c091a6a6a0ccb7f9534de6d68f6b8 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Tue, 7 Feb 2023 10:41:53 -0600 Subject: [PATCH] Fix typo Fixes #1245 --- data-transform.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: