updated enrollment tracking code (just filenames)
This commit is contained in:
parent
89c5369ad9
commit
b30b0b6c68
@ -1,5 +1,5 @@
|
|||||||
myuw <- read.csv("myuw-COMMLD_570_A_spring_2021_students.csv")
|
myuw <- read.csv("../data/2022_winter_COM_481_A_students.csv")
|
||||||
gs <- read.delim("student_information.tsv")
|
gs <- read.delim("../data/student_information.tsv")
|
||||||
|
|
||||||
## these are students who dropped the class (should be empty)
|
## these are students who dropped the class (should be empty)
|
||||||
gs[!gs$Your.UW.student.number %in% myuw$StudentNo,]
|
gs[!gs$Your.UW.student.number %in% myuw$StudentNo,]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user