View source: R/CurricDataTools.R
acad.year | R Documentation |
Returns a vector of Academic Years from a vector of either SIS Terms or DARS Terms.
acad.year(Term, TermType)
Term |
Character vector containing SIS or DARS terms |
TermType |
The type of terms input: "SIS" or "DARS" |
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.
acad.year(c("1182", "1094", "1176", "0972"), "SIS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.