mergeMatchRows {ENVISIONQuery}R Documentation

Merge a set of rows with non-unique values in a given set of columns.

Description

Merge a set of rows with non-unique values in a given set of columns.

Usage

mergeMatchRows(matchTable, matchInds)

Arguments

matchTable

Data frame on which merging is performed.

matchInds

The column indexes which should contain the unique set of values after merging.

Details

Collapse the rows that have the same values in for a given set of columns into a single row, merging the rest of the values into the list of unique values separated by comma, one list per column.

Value

Data frame conaining the unique set of values in matchInds column set.

Author(s)

Alex Lisovich, Roger Day


[Package ENVISIONQuery version 1.38.0 Index]