X-Git-Url: https://code.communitydata.science/coldcallbot-discord.git/blobdiff_plain/0d3bd05ff2f414fe0030f40f610561677afaffb2..d8e662b5c3f43a682a64dbc8da33290977692b98:/assessment_and_tracking/track_enrolled.R diff --git a/assessment_and_tracking/track_enrolled.R b/assessment_and_tracking/track_enrolled.R index 563384d..f0d0fcb 100644 --- a/assessment_and_tracking/track_enrolled.R +++ b/assessment_and_tracking/track_enrolled.R @@ -1,4 +1,4 @@ -myuw <- read.csv("myuw-COM_482_A_autumn_2020_students.csv") +myuw <- read.csv("myuw-COMMLD_570_A_spring_2021_students.csv") gs <- read.delim("student_information.tsv") ## these are students who dropped the class (should be empty) @@ -10,14 +10,14 @@ myuw[!myuw$StudentNo %in% gs$Your.UW.student.number,] ## read all the folks who have been called and see who is missing from ## the google sheet -call.list <- unlist(lapply(list.files(".", pattern="^attendance-.*tsv$"), function (x) { - d <- read.delim(x) - strsplit(d[[2]], ",") -}) -) -present <- unique(call.list) -present[!present %in% gs[["Your.username.on.the.class.Discord.server"]]] +## call.list <- unlist(lapply(list.files(".", pattern="^attendance-.*tsv$"), function (x) { +## d <- read.delim(x) +## strsplit(d[[2]], ",") +## }) +## ) +## present <- unique(call.list) +## present[!present %in% gs[["Your.username.on.the.class.Discord.server"]]] ## and never attended class.. -gs[["Your.username.on.the.class.Discord.server"]][!gs[["Your.username.on.the.class.Discord.server"]] %in% present] +## gs[["Your.username.on.the.class.Discord.server"]][!gs[["Your.username.on.the.class.Discord.server"]] %in% present]