ISO8601Standard {fCalendar} | R Documentation |
A summary and description how Rmetrics uses the
ISO8601 standard.
isISO8601 | test if the time/date is ISO8601 formatted. |
isISO8601(x)
x |
an object of class timeDate .
|
isISO8601
returns TRUE
if x
is ISO8601 formated, i.e. as
"%Y-%m-%d %H:%M:%S"
, as
"%Y-%m-%d"
, as
"%Y%m%d%H%M%S"
, or as
"%Y%m%d"
.
Diethelm Wuertz for this summary.