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