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 "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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.