Fix typo (#1153)
This commit is contained in:
@@ -618,7 +618,7 @@ While our examples have mostly focused on dplyr, tidy evaluation also underpins
|
|||||||
flights |> filter_severe(hours = 2)
|
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}
|
```{r}
|
||||||
#| eval: false
|
#| eval: false
|
||||||
|
|||||||
Reference in New Issue
Block a user