tst: Get test score

Description Usage Arguments Value Examples

View source: R/user_funcs.R

Description

Returns test score(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, Test, TestScore, Section

Examples

1
2
stud_df <- get_student_data("~/Downloads")
tst("Emily")

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