diff --git a/communication.qmd b/communication.qmd index d2b6966..4cb4a4b 100644 --- a/communication.qmd +++ b/communication.qmd @@ -174,8 +174,6 @@ This makes it possible to add textual labels to your plots. There are two possible sources of labels. First, you might have a tibble that provides labels. In the following plot we pull out the cars with the highest engine size in each drive type and save their information as a new data frame called `label_info`. -In order to create the `label_info` data frame we used a number of new dplyr functions. -You'll learn more about each of these soon! ```{r} label_info <- mpg |>