powered by
Propegate field missingness from higher to lower resolution
propagate_na(x, keep_tz = FALSE)
a partial_time vector with missingness propagated to lower resolution time fields
partial_time
a vector of parttime objects with days which may exceed viable days of month
logical indicating whether to retain timezone fields, even if other fields are missing
x <- as.parttime(c("2019", "2019-02-31", "2019-01-05", "2016-02-31", "2016-01-05", "2020-01-01 03:04:05.1234")) vctrs::field(x, "pttm_mat")[,"min"] <- 23 parttime:::propagate_na(x)
Run the code above in your browser using DataLab