17
0

updated enrollment tracking code (just filenames)

This commit is contained in:
Benjamin Mako Hill 2022-01-05 17:59:46 +09:00
parent 89c5369ad9
commit b30b0b6c68

View 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,]