Functions are already introduced, closes #1293

This commit is contained in:
mine-cetinkaya-rundel 2023-02-24 00:36:39 -05:00
parent 550f5ce7d3
commit d1e0121ce2
1 changed files with 0 additions and 2 deletions

View File

@ -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 |>