join_data: Compares two data tables

Description Usage Arguments Value

View source: R/main.R

Description

This function takes input as two data tables. The function checks if any one data.table is empty and returns the non-empty data.table If both the data tables are non-empty then it call the call_merge to perform full join on the two data tables.

Usage

1
join_data(dt1, dt2)

Arguments

dt1:

The first data table

dt2:

The second data table

Value

A data.table


r2rahul/expdata documentation built on May 18, 2019, 2:36 a.m.