showName: Show a student record by name.

Description Usage Arguments Value Examples

Description

Displays one or more students matching a search on the name.

Usage

1
showName(name, ignore.case = TRUE, exact = FALSE)

Arguments

name

An exact or partial match to the name.

ignore.case

Whether to ignore capitalization.

exact

Whether name is the full name or a substring.

Value

A dataframe containing students matching the requested name.

Examples

1
showName("trump")

dmurdoch/SSCcompetition documentation built on May 15, 2019, 9:37 a.m.