checkSamples: Check Samples

View source: R/checkSamples.R

checkSamplesR Documentation

Check Samples

Description

Check two data.tables to see if they have different samples. Could be any column in theory.

Usage

checkSamples(dt1_dt, dt2_dt, col1_v = "Sample", col2_v = col1_v)

Arguments

dt1_dt

first data.table

dt2_dt

second data.table

col1_v

column in first data.table to check. Default is 'Sample'

col2_v

column in second data.table to check. Default is to be same as col1_v.


weshorton/wrh.rUtils documentation built on Oct. 28, 2024, 7:24 a.m.