CLiREN-LMS
Introduction to R for Clinical Data Management

Importing REDCap Exports, CSV, and Excel Files

Key Idea

30-45 minutes Applied Step 1 of 7
Callout

Key Idea

1 / 7
Callout

Key Idea

Data import is one of the most important early tasks in R. In clinical data management, data may arrive as CSV files exported from REDCap, Excel spreadsheets from laboratories, monitoring trackers, or system-generated reports. Import must be handled carefully because the way a file is read affects data types, missing values, variable names, and downstream checks.