check_missings | R Documentation |
Check if some elements are missing between given vectors x an y
check_missings(x, y, check.both = TRUE)
x |
A vector of elements |
y |
Another vector of elements |
A list with "result", a logical whether the two vectors are conserved "x.missing.in.y", a vector of elements in x that are missing in y "y.missing.in.x", a vector of elements in y that are missing in x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.