is_many2one | R Documentation |
is_many2one
tests whether there is a many-to-one map from the values
in a vector x
to the corresponding values in a vector y
.
is_one2one
tests for a one-to-one map.
is_many2one(x, y, na.rm = T)
is_one2one(x, y, na.rm = T)
x , y |
Vectors of equal length. |
na.rm |
Should NA values be ignored? Default is TRUE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.