GroupBy: Group list by specific field

Description Usage Arguments Examples

View source: R/file_input.R

Description

Group list by specific field

Usage

1
GroupBy(upsampled.list, group.on, acc = slot, ...)

Arguments

upsampled.list

List of entries.

group.on

Slot to group entries on if using the default indexer and comparator.

acc

Alternative function to access the information for grouping.

Examples

1
2
GroupBy(all.files, 'label')
GroupBy(all.files, 'label', thread.num=12)

xiamaz/flowProc documentation built on May 14, 2019, 2:01 a.m.