sample_date_string_styles {parttime} | R Documentation |
Find unique forms of inputs
Description
Find unique forms of inputs
Usage
sample_date_string_styles(x)
Arguments
x |
A |
Value
The indices of the first instance of unique datatime formats
Examples
x <- c("2022", "T02:01", "2023", "Y1970", "2021-01", "2024-12")
x[parttime:::sample_date_string_styles(x)]
[Package parttime version 0.1.2 Index]