format_ISO8601_precision_check {lubridate} | R Documentation |
Provide a format for ISO8601 dates and times with the requested precision.
Description
Provide a format for ISO8601 dates and times with the requested precision.
Usage
format_ISO8601_precision_check(precision, max_precision, usetz = FALSE)
Arguments
precision |
The amount of precision to represent with
substrings of "ymdhms", as "y"ear, "m"onth, "d"ay, "h"our,
"m"inute, and "s"econd. (e.g. "ymdhm" would show precision
through minutes. When |
max_precision |
The maximum precision allowed to be output. |
usetz |
Include the time zone in the formatting. If
|
[Package lubridate version 1.9.3 Index]