CLiREN-LMS
Introduction to R for Clinical Data Management

Inspecting Data with glimpse, summary, head, names, and dim

Overview

30-45 minutes Applied Step 1 of 12
Overview

Overview

1 / 12
Importing data is only the beginning. The data manager must inspect the dataset before trusting it. Inspection is the process of understanding what R has imported: how many rows and columns exist, what variables are present, what data types were assigned, what values appear in each field, and whether the file resembles the expected export. Inspection is not the same as full quality control, but it is the foundation for quality control.