A simple function for joining two tables by their intersected columns

innerJoinByCommonCols(x, y)

Arguments

x

data.frame

y

data.frame

Value

data.frame