eq_parttimes: Equal comparison handler for partial_time objects

View source: R/class_partial_time_ops.R

eq_parttimesR Documentation

Equal comparison handler for partial_time objects

Description

Equal comparison handler for partial_time objects

Usage

eq_parttimes(generic, e1, e2)

Arguments

generic

the generic operator selected

e1

objects

e2

objects

Examples

x <- as.parttime(c("2019", "2018-01-04", NA, "2011"))
y <- as.parttime(c("2019", "2018-01-03", NA, "2010-01"))

x == y


parttime documentation built on May 29, 2024, 6:25 a.m.