neq_parttimes {parttime} | R Documentation |
Not-equal comparison handler for partial_time objects
Description
Not-equal comparison handler for partial_time objects
Usage
neq_parttimes(generic, e1, e2)
Arguments
generic |
the generic operator selected |
e1 |
objects |
e2 |
objects |
Examples
x <- as.parttime(c("2019", "2018-01", NA, "2011"))
y <- as.parttime(c("2019", "2018-01-03", NA, "2010-01"))
x != y
[Package parttime version 0.1.2 Index]