merge_check: check data sets before merging

View source: R/analyse.R

merge_checkR Documentation

check data sets before merging

Description

Check the class, duplication, and missingness of ID columns. A Venn plot is provided.

Usage

merge_check(x, y, by = NULL, by.x = NULL, by.y = NULL)

Arguments

x, y

data tables.

by

Shared column name in x and y to merge on.

by.x, by.y

Column names in x and y to merge on.


XikunHan/geneticToolBox documentation built on Jan. 3, 2023, 4:12 a.m.