Hello, I want to read a local .csv file into my tutorial, so that the students can explore the data in the final learnr document. However, a standard "data <- read.csv("file.csv", header = T)" leads to a connection issue, in one way or another, and logically so. What is a workaround for this?