Description Usage Arguments Value Examples
Returns students with NA for a particular test number
1 | missed_test(num = 1, data = NULL)
|
num |
test number |
data |
database of student info |
a tibble with columns: Student, Section
1 2 | stud_df <- get_student_data("~/Downloads")
missed_test(1, stud_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.