Supress tidyverse messaging

This commit is contained in:
Stephen Balogun 2023-01-19 00:59:26 +01:00 committed by Hadley Wickham
parent 5d912aaed8
commit e09d3c4eb5
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ Don't forget that you'll need to install those packages with `install.packages()
```{r}
#| label: setup
#| message: false
library(tidyverse)
library(ggrepel)

View File

@ -28,6 +28,7 @@ To access the datasets, help pages, and functions used in this chapter, load the
```{r}
#| label: setup
#| message: false
library(tidyverse)
```