Merge two data tables by the intersect of the names

mergeByIntersect(x, y, ..., msg = FALSE)

Arguments

x, y

Data tables of class data.table.

...

Various overrides.

msg

Verbose message switch, default to FALSE.

Value

A merged data table.