CLiREN-LMS
Introduction to R for Clinical Data Management

Understanding the RStudio Interface

Table 1

30-45 minutes Applied Step 6 of 9
Table

Table 1

6 / 9
Table

Table 1

RStudio areaTypical useData management example
Source paneWrite and save scriptsSave a weekly data quality checking script
Console paneRun commands and view outputTest whether an import command works
Environment paneView objects in memoryConfirm that `enrollment_data` has been imported
Files paneNavigate project foldersLocate `data_raw`, `scripts`, and `outputs` folders
Plots paneView figuresDisplay missingness by site or visit
Packages paneManage packagesConfirm that `tidyverse` and `readxl` are installed
Help paneRead function documentationLook up arguments for `read_csv` or `filter`