Learn R Programming

catool (version 1.0.1)

get_unique_instructors: 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)

Value

A character vector of instructor names, sorted alphabetically.

Arguments

schedule_df

A data frame containing an INSTRUCTOR column.

Examples

Run this code
get_unique_instructors(schedule)

Run the code above in your browser using DataLab