powered by
x
y
Find missing elements in x with respect to y
gaps(x, y)
Atomic vectors. The length of y must be greater than the length of x.
A tibble of columns .from, .to and .n.
.from
.to
.n
# NOT RUN { gaps(x = c(1:3, 5:6, 9:10), y = 1:10) # }
Run the code above in your browser using DataLab