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

Description Usage Arguments Details Value Author(s)

View source: R/formatEnXML.R

Description

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

Usage

1
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


ENVISIONQuery documentation built on Nov. 8, 2020, 5:25 p.m.