insensitive.join: This performs case insensitive joins of the joins in dplyr...

Description Usage Examples

Description

This performs case insensitive joins of the joins in dplyr https://gist.github.com/jimhester/a060323a05b40c6ada34

Usage

1
insensitive.join(fun = inner_join)

Examples

1
df <- insensitive.join(left_join)(df_x, df_y, by = list(x = c(), y = c()))

marcuskhl/BasicSettings documentation built on May 21, 2019, 11:44 a.m.