Description Usage Arguments Details Value Examples
Returns homework score(s) for any matches in student name.
1 |
name |
string containing all or part of student name to search for |
data |
data frame of student info in tidy format |
If a data frame of student info is not provided, the data stored in an internal environment with set_student_data()
will be used instead.
a tibble with columns: Student, Homework, HmkScore, Section
1 2 | set_student_data("~/Downloads")
hmk("Sarah")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.