uni2name: What's the name?

Description Usage Arguments Value Examples

View source: R/user_funcs.R

Description

Returns student name(s) for any match in student UNI

Usage

1
uni2name(uni, data = NULL)

Arguments

uni

string containing all or part of student UNI 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")
uni2name("jtr13")

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