I did create the data folder in the same directory as my tutorial file. These are my paths: ``` "tutorials/module_2/data/dataset.csv" "tutorials/module_2/lesson.Rmd" ``` My entire course is bundled in a package, and that package root has a data folder. Below are the paths of both data folders: ``` "learnrIO/data/dataset.rds" "learnrIO/inst/tutorials/module_2/data/dataset.csv" ``` I'm not sure if having a root data folder and tutorial level data folder causes so sort of interference? _Originally posted by @NaturallyAsh in https://github.com/rstudio/learnr/issues/99#issuecomment-1595573243_