Skip to contents

A function to re-code Ontario secondary courses into Level of Study (Academic, Applied, University, College, Open etc.)

Usage

obt_sec_level_study(x)

Arguments

x

A vector containing an Ontario secondary course code with at least the first five digits (e.g. ENG2D, FSF3U, SNC1L)

Value

A vector containing the course level for associated course code (e.g. ENG2D = Academic, FSF3U = University)

Examples

# obt_sec_level_study(sec_rc$course_number)