Description Usage Arguments Value Examples
Calculate the index of sameness for variables in the data frame
1 | identity_index(.df, .na_include = FALSE)
|
.df |
data frame |
.na_include |
if TRUE, |
data frame with identity index.
identical
and non_identical
columns contatin number of observations where
var1 == var2
and var1 != var2
respectively.
other
column contains number of observations with neither var1 == var2
nor var1 != var2
conditions, e.g. NaN
s, NA
s etc.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.