powered by
Find element of this_in that, ie `this_in
is_in(that, this_in)
first object
second object
Logical variables indicating whether the element exists in both objects
# NOT RUN { 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) # }
Run the code above in your browser using DataLab