Identify Elements That are Not Rownames
not.rownames identifies which elements from nm are not rownames of x.
If all elements are rownames, then a character vector of length 0 is returned.
not.rownames(x, nm)
x |
object with a rownames attribute |
nm |
character vector specifying the elements to test as rownames of |
character vector containing the elements of nm that are not rownames
of x.
not.rownames(x = as.matrix(mtcars), nm = c("Mazda RX4","mazda RX4"))Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.