mergeDataSets: merge multiple data tables

View source: R/analyse.R

mergeDataSetsR Documentation

merge multiple data tables

Description

merge multiple data tables

Usage

mergeDataSets(data_list, by = NULL, all = TRUE, sort = FALSE)

Arguments

data_list

A list of data tables.

by

Shared column name to merge on.

all

Whether extra rows will be added to the output.

sort

Whether the result is sorted to the 'by' column.


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