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 year, month, day, hour,
minute, and second. (e.g. "ymd" is days precision, "ymdhm" is minute precision.
When |
max_precision |
The maximum precision allowed to be output. |
usetz |
Include the time zone in the formatting. If
|
[Package lubridate version 1.9.4 Index]