acad.year: Convert Term to Academic Year

View source: R/CurricDataTools.R

acad.yearR Documentation

Convert Term to Academic Year

Description

Returns a vector of Academic Years from a vector of either SIS Terms or DARS Terms.

Usage

  acad.year(Term, TermType)

Arguments

Term

Character vector containing SIS or DARS terms

TermType

The type of terms input: "SIS" or "DARS"

Details

This function returns the Academic Year (term order is Summer, Fall, Spring) from either SIS formatted terms or DARS formatted terms. This is formatted as the full year, without the Semester. For instance, 2019.

Examples

  acad.year(c("1182", "1094", "1176", "0972"), "SIS")

UW-L-S-Academic-Information-Management/UWdataUTIL documentation built on April 25, 2022, 1:11 a.m.