dot-rbindUniqueCols: Bind unique entries from two dfs disregarding some of the...

Description Usage Arguments Value

Description

Bind unique entries from two dfs disregarding some of the columns

Usage

1
.rbindUniqueCols(x, y, disregard_columns)

Arguments

x,

y Data frames to be merged (need to have the same columns; entries that are duplicated among the dfs will be removed from y)

disregard_columns

Character vector with names of columns which will be ignored when finding unique rows of combined x and y data frame

Value

Data frame with all unique rows from x and y, when considered disregarding specified columns (only those rows of y that do not exist in x will be preserved)


ss-lab-cancerunit/SpiderSeqR documentation built on Nov. 2, 2020, 12:18 a.m.