From 9aef35c849c1157b19901c3cef17bdecb0988837 Mon Sep 17 00:00:00 2001 From: Layal Christine Lettry <31202672+Layalchristine24@users.noreply.github.com> Date: Tue, 13 Jun 2023 13:55:56 +0200 Subject: [PATCH] Typo: "a new" instead of "an new" (#1515) --- data-transform.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-transform.qmd b/data-transform.qmd index 32211dc..dd8da70 100644 --- a/data-transform.qmd +++ b/data-transform.qmd @@ -700,7 +700,7 @@ You get a single row back because dplyr treats all the rows in an ungrouped data ### `.by` -dplyr 1.1.0 includes an new, experimental, syntax for per-operation grouping, the `.by` argument. +dplyr 1.1.0 includes a new, experimental, syntax for per-operation grouping, the `.by` argument. `group_by()` and `ungroup()` aren't going away, but you can now also use the `.by` argument to group within a single operation: ```{r}