get_unique_instructors: Get Unique Instructor Names

View source: R/get_unique_instructors.R

get_unique_instructorsR 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 INSTRUCTOR column.

Value

A character vector of instructor names, sorted alphabetically.

Examples

get_unique_instructors(schedule)


catool documentation built on June 11, 2025, 5:09 p.m.