Description Usage Arguments Value Examples
Returns UNI(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 |
a tibble with columns: Student, UNI, Section
1 2 | stud_df <- get_student_data("~/Downloads")
name2uni("Daisy", stud_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.