commonNames | R Documentation |
Common Names in two Objects with Names Attribute
commonNames(x, y)
x |
object with names attribute, e.g. data.frame, named vector |
y |
object with names attribute, e.g. data.frame, named vector |
vector of names occurring in both x
and y
x <- data.frame(a = 1:2, b = 2:3)
y <- c(a = 1, c = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.