diff --git a/transform.Rmd b/transform.Rmd index 54ac76d..4dcc444 100644 --- a/transform.Rmd +++ b/transform.Rmd @@ -297,7 +297,7 @@ select(flights, time_hour, air_time, everything()) 1. What happens if you include the name of a variable multiple times in a `select()` call? -1. What does the `one_of()` function do? Why might it be helpful in conjunction +1. What does the `any_of()` function do? Why might it be helpful in conjunction with this vector? ```{r}