is_in: Find element of this_in that

Description Usage Arguments Value Examples

Description

Find element of this_in that, ie 'this_in

Usage

1
is_in(that, this_in)

Arguments

that

first object

this_in

second object

Value

Logical variables indicating whether the element exists in both objects

Examples

1
2
3
that <- seq.Date(from = as.Date("2020-09-15"), by = "day", length.out = 10)
this_in <- seq.Date(from = as.Date("2020-09-11"), by = "day", length.out = 10)
is_in(that, this_in)

dateutils documentation built on Nov. 10, 2021, 5:09 p.m.