Description Usage Arguments Value
Create a datetime column from character strings. Assumes datetime has a timezone of UTC, but this can be modified with the .tz argument.
1 | datetime_stampify(.data, .datetime, .tz = "UTC")
|
.data |
A data frame or data frame extension (e.g., tibble). |
.datetime |
Name of the column field that identifies the datetime. |
.tz |
Time zone of the datetime. |
The mutated tibble with a new column labeled datetime_[.tz].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.