format_time_simple | R Documentation |
Format a vector of time (or any numeric values) into a single human readable chunk
format_time_simple(x)
x |
numeric or Date |
character vector
format_time_simple(c(1:5, 10, 12, 24, 25))
format_time_simple(as.Date(c("2023-01-01", "2023-01-02", "2023-01-03", "2023-01-05", "2023-01-06")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.