Description Usage Arguments Value Author(s) See Also
term_separate
is a simple function that formats the TERM
field by
separating the 4-digit year and 2-digit month with a user-defined delimiter.
For example, the YYYYMM
format converts to YYYY-MM
by setting
the delimiter to a dash, or "-"
.
1 | term_separate(term, sep = "-")
|
term |
A 6-character |
sep |
A quoted string of class character specifying a delimiter between the
term year and month, e.g. |
A scalar TERM
value or vector of TERM
values in
YYYY*MM
delimited format.
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.