Description Usage Arguments Format Details Value Examples
A data frame that contains additional information and formatting options for term codes.
The following functions generate a Term Lookup table in order to make identifying term-specific information easier.
1 2 3 4 5 6 7 8 9 10 11 12 13 | terms
term_lu(start = 2005, end = as.numeric(format(Sys.Date(), "%Y")),
seasons = c("CSU", "CSP", "CFA"))
term_summer(start = 2005, end = as.numeric(format(Sys.Date(), "%Y")))
term_fall(start = 2005, end = as.numeric(format(Sys.Date(), "%Y")))
term_spring(start = 2005, end = as.numeric(format(Sys.Date(), "%Y")))
term_dates(start = 2005, end = as.numeric(format(Sys.Date(), "%Y")),
seasons = c("CSU", "CSP", "CFA"))
|
start |
Year as an integer |
end |
Year as an integer |
seasons |
Character vector with any combination of the following elements: c("CSU", "CFA", "CSP") |
A data frame with 78 rows and 12 variables:
chr: Term Code; 1st four digits describe the year, Last 3 characters describe the season. (CSU = Summer, CFA = Fall, CSP = Spring)
chr: Term Code; 1st four digits describe the year, Last digit describes the season. (5 = Summer, 7 = Fall, 3 = Spring)
chr: Season of the term. Summer, Fall, or Spring
chr: Academic Year for the term.
num: Starting year of the Academic Year
num: The ordering sequence of terms
num: The ordering sequence of primary terms (Fall and Spring)
num: The rounded ordering sequence of terms (Summer Rank == Fall Rank)
chr: California Community Colleges MIS Term Identifier. Additional Details: http://extranet.cccco.edu/Portals/1/TRIS/MIS/Left_Nav/DED/Data_Elements/GI/gi03.pdf
chr: The next term in the sequence
chr: The current term plus a year
date: The start date of the term
chr: The term code formatted to properly order given the heirarchy of characters (" " < "_" < "-")
For terms_dates()
, you need to have an ODBC connection to the
EDS Database, named "Research". You also need the DBI
package installed.
Returns a dataframe with information for each term
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.