get_faculty_name: Get Faculty Name

Description Usage Arguments Value Examples

View source: R/utility_functions.R

Description

Get Faculty Name

Usage

1

Arguments

lines

Input file represented as list object (output of import_lines).

Value

The name of the faculty member(s) teaching the course. If multiple faculty members teach the course, their names will be separated with a backslash.

Examples

1
2
3
4
## Not run: 
faculty_name <- get_faculty_name(lines)

## End(Not run)

rbrellen/hksreviewr documentation built on May 18, 2019, 3:39 a.m.