CLiREN-LMS
Introduction to R for Clinical Data Management

R Projects and Folder Structure

Summary

30-45 minutes Applied Step 9 of 9
Summary

Summary

9 / 9
An R project is a project-specific workspace. In RStudio, a project is usually represented by a file ending in `.Rproj`. Opening the project file sets the working context for the study or course exercise. This is important because many errors in R occur when the user is working in the wrong folder. If R cannot find a file, the problem is often not that the file does not exist, but that R is looking in a different location.