Description Usage Arguments Details Value Author(s) See Also
date_term
converts date field values in DD-MMM-YY
format to standard
academic terms in YYYYMM
format. Dates falling within each term are assigned
to the existing semester, i.e. "Fall", "Spring", and "Summer" as 08
,
01
, and 05
, respectively. The option to "round up" to the subsequent
semester is also available.
1 |
date |
A scalar or vector of length n and class character containing
one or more date values in |
round.up |
A logical value (i.e. |
Notably, conversion to academic terms fluidly opens all term*
family functions,
e.g. term_year_fiscal
, in package panthr
.
Because the warehouse year format is YY
, dates prior to 1930 C.E. will
automatically convert to post-2000 C.E.
Values passed to argument date =
which are not in DD-MMM-YY
format or contain unrecognized month abbreviations are coerced to NA
(missing) values and a warning message is thrown.
A scalar or vector of values of class character containing standardized
terms in YYYYMM
format.
Jamison R. Crawford, Institutional Research Associate, Georgia State University
term_dash
, term_date
, term_name
, term_season
,
term_year_academic
, term_year_calendar
, term_year_fiscal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.