powered by
Not-equal comparison handler for partial_time objects
neq_parttimes(generic, e1, e2)
the generic operator selected
objects
x <- as.parttime(c("2019", "2018-01", NA, "2011")) y <- as.parttime(c("2019", "2018-01-03", NA, "2010-01")) x != y
Run the code above in your browser using DataLab