f_is_same | R Documentation |
Check per index/row whether values in two vectors/columns are the same.
f_is_same(x1, x2)
x1 |
Column or vector 1. |
x2 |
Column or vector 2. |
-
Column containing TRUE or FALSE.
Pieter Overdevest
f_is_same(
x1 = c(1,2,3,4,5,NA),
x2 = c(1,2,3,4,NA,NA)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.