toTOML | R Documentation |
format_iso8601()
is compliant with TOML.
toTOML(data, usetz = TRUE)
format_iso8601(x, usetz = TRUE, precision = NULL, ...)
data |
A list. |
usetz |
Include the time zone in the formatting. If
|
x |
An object to convert to ISO8601 character format. |
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 |
... |
Additional arguments to methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.