background picture with networks
Module 1 | Lesson 4

Self contained project

🎁 A well-structured R project should be self-contained, ensuring that all the necessary data, scripts, and resources are included within its own ecosystem for consistent and reproducible results.

Members only
3 minutes read

The problem

Imagine you've been diligently working on a data analysis project in R. You have a mix of various scripts, datasets, and outputs.

It works flawlessly 🎉


Now comes the day you decide to move the folder to a new laptop you just bought !

Suddenly, nothing runs as it should. Scripts throw errors, data can't be found, and your carefully crafted analyses come to a screeching halt.

background picture with networks
Productive R Workflow

This lesson is not ready yet! 🙃
Become a member now: you'll be the first accessing it, at a very preferential price.

Or Login

← Previous

Automatic formatting with {styler}

Next →

Ditch setwd() - Use RStudio projects