Typo: "a new" instead of "an new" (#1515)

This commit is contained in:
Layal Christine Lettry 2023-06-13 13:55:56 +02:00 committed by GitHub
parent 72f673c23b
commit 9aef35c849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}