View source: R/parse_to_parttime_matrix.R
sample_date_string_styles | R Documentation |
Find unique forms of inputs
sample_date_string_styles(x)
x |
A |
The indices of the first instance of unique datatime formats
x <- c("2022", "T02:01", "2023", "Y1970", "2021-01", "2024-12")
x[parttime:::sample_date_string_styles(x)]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.