name2uni: What's the UNI?

Description Usage Arguments Value Examples

View source: R/user_funcs.R

Description

Returns UNI(s) for any matches in student name

Usage

1

Arguments

name

string containing all or part of student name to search for

data

data frame of student info in tidy format

Value

a tibble with columns: Student, UNI, Section

Examples

1
2
stud_df <- get_student_data("~/Downloads")
name2uni("Daisy", stud_df)

jtr13/cworks documentation built on Nov. 11, 2019, 7:09 p.m.