Installing and Loading Packages
Table 1
Table
6 / 11
Table 1
Table
Table 1
| Package | Main use in this chapter | Example function |
|---|---|---|
| `tidyverse` | Data import, manipulation, and summarization | `read_csv()`, `filter()`, `summarise()` |
| `readxl` | Import Excel workbooks | `read_excel()` |
| `janitor` | Clean names and tabulate data | `clean_names()`, `tabyl()` |
| `tibble` | Create modern data frames | `tibble()` |
| `dplyr` | Filter, select, mutate, group, and summarize data | `filter()`, `mutate()`, `count()` |
| `readr` | Read CSV and other rectangular text files | `read_csv()` |