fuzzy_join: fuzzy_join()

Description Usage Arguments Value Examples

Description

Merge 2 dataframes with inconsistent ID variables (due to typos, for instance).

Usage

1
fuzzy_join(x, y, by)

Arguments

x, y

dataframes to merge

by

a character variable to join by. This variable is generally the output of the create_id() function

Value

dataframe

Examples

1
fuzzy_join(x = dataframe1, y = dataframe2, by = 'custom_id')

thelayc/laycUtils documentation built on May 31, 2019, 9:17 a.m.