technical_tools.dynamic_merge: Dynamic merge of data.tables list with INNER join.

View source: R/technical_tools.R

technical_tools.dynamic_mergeR Documentation

Dynamic merge of data.tables list with INNER join.

Description

Dynamic merge of data.tables list with INNER join.

Usage

technical_tools.dynamic_merge(
  list_dt,
  exclude = "something_that_we_will_never_name_like_that"
)

Arguments

list_dt

a list of data.tables to merge. The list should contains at least 2 data.tables. And they should have all the same data.table keys.

exclude

the name of a data.table in list_dt to exclude from the merge.

Value

a data.table containing all the data.tables merged fields.


scalastic/fin.backend documentation built on Nov. 18, 2022, 7:10 a.m.