]> code.communitydata.science - coldcallbot-discord.git/commitdiff
updated enrollment tracking code (just filenames)
authorBenjamin Mako Hill <mako@atdot.cc>
Wed, 5 Jan 2022 08:59:46 +0000 (17:59 +0900)
committerBenjamin Mako Hill <mako@atdot.cc>
Sat, 28 Sep 2024 23:11:11 +0000 (16:11 -0700)
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?