Update intro.qmd (#1165)
Removed a redundant use of "packages" in the text.
This commit is contained in:
parent
31363dc23a
commit
9de102473e
|
@ -202,7 +202,7 @@ Once you have installed a package, you can load it using the `library()` functio
|
|||
library(tidyverse)
|
||||
```
|
||||
|
||||
This tells you that tidyverse is loading eight packages: ggplot2, tibble, tidyr, readr, purrr, dplyr, stringr, and forcats packages.
|
||||
This tells you that tidyverse is loading eight packages: ggplot2, tibble, tidyr, readr, purrr, dplyr, stringr, and forcats.
|
||||
These are considered to be the **core** of the tidyverse because you'll use them in almost every analysis.
|
||||
|
||||
Packages in the tidyverse change fairly frequently.
|
||||
|
|
Loading…
Reference in New Issue