Common Names in two Objects with Names Attribute
Arguments
- x
object with names attribute, e.g. data.frame, named vector
- y
object with names attribute, e.g. data.frame, named vector
Examples
x <- data.frame(a = 1:2, b = 2:3)
y <- c(a = 1, c = 2)
Common Names in two Objects with Names Attribute
object with names attribute, e.g. data.frame, named vector
object with names attribute, e.g. data.frame, named vector
x <- data.frame(a = 1:2, b = 2:3)
y <- c(a = 1, c = 2)