From d1e0121ce266c484683c73390cb3a450ef8d9cad Mon Sep 17 00:00:00 2001 From: mine-cetinkaya-rundel Date: Fri, 24 Feb 2023 00:36:39 -0500 Subject: [PATCH] Functions are already introduced, closes #1293 --- communication.qmd | 2 -- 1 file changed, 2 deletions(-) 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 |>