]> code.communitydata.science - coldcallbot-discord.git/blobdiff - assessment_and_tracking/track_enrolled.R
updated enrollment tracking code (just filenames)
[coldcallbot-discord.git] / assessment_and_tracking / track_enrolled.R
index f0d0fcbd7ad610d0d0a196f7b0d244e152fdc6f0..47e50c270d096347396779919e80cc1615676d7a 100644 (file)
@@ -1,5 +1,5 @@
-myuw <- read.csv("myuw-COMMLD_570_A_spring_2021_students.csv")
-gs <- read.delim("student_information.tsv")
+myuw <- read.csv("../data/2022_winter_COM_481_A_students.csv")
+gs <- read.delim("../data/student_information.tsv")
 
 ## these are students who dropped the class (should be empty)
 gs[!gs$Your.UW.student.number %in% myuw$StudentNo,]

Community Data Science Collective || Want to submit a patch?