get_unique_instructors {catool} | R Documentation |
Get Unique Instructor Names
Description
Extracts a sorted vector of unique, non-empty instructor names from a schedule data frame.
Usage
get_unique_instructors(schedule_df)
Arguments
schedule_df |
A data frame containing an |
Value
A character vector of instructor names, sorted alphabetically.
Examples
get_unique_instructors(schedule)
[Package catool version 1.0.1 Index]