check_colnames: Function checks if two tables has the same columns and...

Description Usage Arguments

View source: R/check_colnames.R

Description

Function checks if two tables has the same columns and returns any columns that are not present in one of the tables

Usage

1
check_colnames(DT1, DT2)

Arguments

DT1

data.table; first table to inspect

DT2

data.table; the second table to inspect


adambondarzewskiITF/utilitiesAdamExample documentation built on May 7, 2019, 7:44 a.m.