get_join_cols: cols that would be joined and their origin

Description Usage Arguments Value Examples

View source: R/get_join_cols.R

Description

cols that would be joined and their origin

Usage

1
get_join_cols(data_x, data_y)

Arguments

data_x

data x

data_y

data y (will be joined on x)

Value

df with all columns of a join and their origin

Examples

1
## get_join_cols(df.x, df.y)

toebR/joincheckr documentation built on March 16, 2021, 11:31 a.m.