Description Usage Arguments Value Examples
Looks at what names in one data frame are not in the names of another data frame
1 | namdiff(x, y)
|
x |
a data frame |
y |
a data frame |
a character vector
1 2 3 | x <- data.frame(A = 1:3, B = 9:11)
y <- data.frame(A = 1:10, C = 11:20)
namdiff(x, y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.