diff --git a/functions.qmd b/functions.qmd index 7b32844..54eb793 100644 --- a/functions.qmd +++ b/functions.qmd @@ -611,7 +611,7 @@ While our examples have mostly focused on dplyr, tidy evaluation also underpins ```{r} #| eval: false - weather |> standardize_time(sched_dep_time) + flights |> standardize_time(sched_dep_time) ``` 2. For each of the following functions list all arguments that use tidy evaluation and describe whether they use data-masking or tidy-selection: `distinct()`, `count()`, `group_by()`, `rename_with()`, `slice_min()`, `slice_sample()`.