CLiREN-LMS
Introduction to R for Clinical Data Management

Installing and Loading Packages

Table 1

30-45 minutes Applied Step 6 of 11
Table

Table 1

6 / 11
Table

Table 1

PackageMain use in this chapterExample 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()`