Looks up each student's repository in the organization and reports whether it is present. Use this to confirm an assignment went out cleanly, or to find who is missing before collecting work.
Examples
if (FALSE) { # \dontrun{
set_org("ISTA421INFO521")
status <- check_homework("roster.csv", prefix = "hw1")
status[!status$exists, ]
} # }