Description Usage Arguments Details Value Author(s) See Also Examples
See the title.
1 2 3 4 5 6 7 |
x, y |
vectors. |
ordered |
logical. |
... |
further arguments to be passed to or from other methods. |
The function will only return TRUE
if every element of y
is present in the vector x
, counting multiplicity. See the examples below. Of ordered = TRUE
, then elements must be in the vector x
in the order specified in y
. Compare this to the behavior of the %in%
function in the base
package.
This is a generic function with a moethod for data frames, which applies isin()
to each row of the data frame, with a vector as a result.
Logical, or a vector of logicals.
G. Jay Kerns gkerns@ysu.edu.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.