This commit is contained in:
Zeki Akyol 2022-11-26 17:57:59 +03:00 committed by GitHub
parent f5e8b88496
commit 1684661175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ While our examples have mostly focused on dplyr, tidy evaluation also underpins
flights |> filter_severe(hours = 2)
```
4. Summarizes the weather to compute the minum, mean, and maximum, of a user supplied variable:
4. Summarizes the weather to compute the minimum, mean, and maximum, of a user supplied variable:
```{r}
#| eval: false