Description Usage Arguments Value Examples
View source: R/dog_date_from_text.R
Changes the class of a text timestamp to a POSIXct.
1 | dog_date_from_text(df, x)
|
df |
A data frame or tibble. |
x |
A column with datetime in text format. |
The same data frame with the timestamp column as datetime.
1 | dog_date_from_text(tibble::tibble(time_text = as.character(Sys.time())), time_text)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.