Description Usage Arguments Value Examples
View source: R/detect_merge_mismatch.R
Detect Merge Mismatches
1 | detect_merge_mismatch(var1, var2)
|
var1 |
a variable from the larger data set to be merged |
var2 |
a variable from the smaller data set to be merged |
a data.frame containing var1 and grep matches of var1 in var2
1 2 | detect_merge_mismatch(c("species", "monkey", "human"),
c("human bowling ball", "rabid monkey", "devoloution"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.