technical_tools.dynamic_merge_full: Dynamic merge of data.tables list with FULL OUTER join.

View source: R/technical_tools.R

technical_tools.dynamic_merge_fullR Documentation

Dynamic merge of data.tables list with FULL OUTER join.

Description

Dynamic merge of data.tables list with FULL OUTER join.

Usage

technical_tools.dynamic_merge_full(list_dt)

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.

Value

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


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