View source: R/class_partial_time_ops.R
neq_parttimes | R Documentation |
Not-equal comparison handler for partial_time objects
neq_parttimes(generic, e1, e2)
generic |
the generic operator selected |
e1 |
objects |
e2 |
objects |
x <- as.parttime(c("2019", "2018-01", NA, "2011"))
y <- as.parttime(c("2019", "2018-01-03", NA, "2010-01"))
x != y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.