Description Usage Arguments Details Value Author(s) See Also
term_date_iso
formats the TERM
field by converting it into ISO
(International Organization for Standardization) date format. That is,
the YYYYMM
value converts to YYYY-MM-DD
, using the first day of the
month.
1 | term_date_iso(term)
|
term |
A 6-character |
Base functions, e.g. as.Date
, as.POSIXct
, and as.POSXlt
,
will coerce return values to various date classes, as ISO format is standard,
unambiguous, and easily recognized by base R.
A scalar value or vector values in ISO date format.
Jamison R. Crawford, Institutional Research Associate, Georgia State University
substr
, paste
, as.Date
, as.POSIXct
, as.POSIXlt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.