View source: R/format_ISO8601.r
format_ISO8601_precision_check | R Documentation |
Provide a format for ISO8601 dates and times with the requested precision.
format_ISO8601_precision_check(precision, max_precision, usetz = FALSE)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.