tidyverse / datascience-box

Data Science Course in a Box
https://datasciencebox.org
Other
922 stars 420 forks source link

missing file in Lab06 #119

Closed bboti86 closed 2 years ago

bboti86 commented 3 years ago

Hi, I have a deep interest in data science and I have found the Data Science in a Box course and so far I realy like it. Howeer at Lab06 I reached a roadblock: the staff <- read_csv("data/instructional-staff.csv") instruction in the Lab06 (https://rstudio-education.github.io/datascience-box/course-materials/lab-instructions/lab-06/lab-06-sad-plots.html) will not work as there is no data directory and the instructional_staff.csv file is missing from github.

Would it be possible to upload it?

Thanks! Botond

kcarnold commented 2 years ago

The data should be named instructors and should already be available under that name since the dsbox package is loaded. The read_csv can be removed.