all_equal_bycol: Applies the all.equal function to each column between 2...

all_equal_bycolR Documentation

Applies the all.equal function to each column between 2 data.tables.

Description

Applies the all.equal function to each column between 2 data.tables.

Usage

all_equal_bycol(dt.target, dt.current)

Arguments

dt.target

A target data.table.

dt.current

Another data.table to be compared with target.

Value

Either TRUE or a list describing the differences between target and current.

Author(s)

Yoann Pageaud.


YoannPa/DTrsiv documentation built on Nov. 28, 2022, 5:44 p.m.