enrich_dates | R Documentation |
Enrich traffic data with date informations.
enrich_dates(data)
data |
Data frame containing a |
Same dataframe with 3 additionnal columns : day, weekday and hour.
df <- data.frame('date' = c("2022-02-18 08:00:00 CET","2022-02-18 09:00:00 CET"),
stringsAsFactors = FALSE)
enrich_dates(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.