CLiREN-LMS
Introduction to R for Clinical Data Management

Importing REDCap Exports, CSV, and Excel Files

Overview

30-45 minutes Applied Step 1 of 11
Overview

Overview

1 / 11
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.