detect_merge_mismatch: Detect Merge Mismatches

Description Usage Arguments Value Examples

View source: R/detect_merge_mismatch.R

Description

Detect Merge Mismatches

Usage

1

Arguments

var1

a variable from the larger data set to be merged

var2

a variable from the smaller data set to be merged

Value

a data.frame containing var1 and grep matches of var1 in var2

Examples

1
2
detect_merge_mismatch(c("species", "monkey", "human"),
                      c("human bowling ball", "rabid monkey", "devoloution"))

gitronald/InternetPenetration documentation built on May 17, 2019, 5:29 a.m.