Description Usage Arguments Examples
Will return overlapping or non overlapping variables
1 | ef_overlap(vec1, vec2, in_out = "Out")
|
vec1 |
first vector |
vec2 |
second vector |
in_out |
Out will return non matching and In will return matching |
1 2 3 4 5 6 7 | ## Not run:
ef_overlap(c(1:10),c(7:15),'Out')
ef_overlap(c(1:10),c(7:15),'In')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.