dtc_timepart | R Documentation |
The time part is extracted from an ISO 8601 date/time variable. By default, partial or missing times are set to NA, and seconds are ignored and not extracted.
dtc_timepart(dtc, partial_as_na = TRUE, ignore_seconds = TRUE)
dtc |
Character vector containing ISO 8601 date/times. |
partial_as_na |
Logical |
ignore_seconds |
Logical |
Character vector containing ISO 8601 times.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.