Learn R Programming

RstoxData (version 1.2.0)

mergeByIntersect: Merge two data tables by the intersect of the names

Description

Merge two data tables by the intersect of the names

Usage

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.