Description Usage Arguments Value Examples
Some useful operators outside of the standard ones in R.
1 2 3 4 5 | x %nin% y
x %NIN% y
x %IN% y
|
x |
a vector |
y |
a vector to match |
logical vecotor of items in x not in y
logical vecotor of items in x not in y, omits NAs
logical vecotor of items in x in y, omits NAs
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.