Description Usage Arguments Value Examples
These functions provide operations similar to their base counterparts, except
1 2 3 4 5 | nm_intersect(x, y, ...)
nm_union(x, y, ...)
nm_setdiff(x, y, ...)
|
x |
object with names |
y |
object with names |
... |
additional objects, currently unused This is like |
character values of names
1 2 3 4 5 6 | x <- list( a=1, b=2, c=3 )
y <- list( a=5, c=4, d=0.1 )
nm_intersect( x, y )
nm_union( x, y )
nm_setdiff( x, y )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.