Description Usage Arguments Details Value Author(s) See Also
term_name
formats the TERM
field by converting it into a string of class
character containing the season or semester and calendar year, e.g.
Fall 2019
. An option is available to customize how season and year are joined.
1 | term_name(term, sep = " ")
|
term |
A 6-character |
sep |
A character string which separates season and year. Input must be
wrapped in quotes, e.g. |
Output may be made categorical or ordinal nominal using function
factor
or as.factor
, which may specify order.
A scalar or vector of values of class character combininging season
and year, e.g. Summer 2016
.
Jamison R. Crawford, Institutional Research Associate, Georgia State University
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.