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

Description Usage Arguments Value

View source: R/Utilities.R

Description

Merge two data tables by the intersect of the names

Usage

1
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.


RstoxData documentation built on July 17, 2021, 5:08 p.m.