Update data-transform.qmd (#1231)

Line 206. Changed  "you'll want to the distinct..." to "you'll want the distinct..."
This commit is contained in:
Stephen Balogun
2023-01-17 14:35:34 +01:00
committed by GitHub
parent 360d65ae47
commit 2b5b238b5d

View File

@@ -203,7 +203,7 @@ flights |>
### `distinct()`
`distinct()` finds all the unique rows in a dataset, so in a technical sense, it primarily operates on the rows.
Most of the time, however, you'll want to the distinct combination of some variables, so you can also optionally supply column names:
Most of the time, however, you'll want the distinct combination of some variables, so you can also optionally supply column names:
```{r}
# This would remove any duplicate rows if there were any