txt_overlap | R Documentation |
Get the overlap between 2 vectors
txt_overlap(x, y)
x |
a vector |
y |
a vector |
a vector with elements of x
which are also found in y
x <- c("a", "b", "c") y <- c("b", "c", "e", "z") txt_overlap(x, y) txt_overlap(y, x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.