Skip to contents

Extract group name from groups, if no name is given in the input list, the output vector will be represented as "component_No.index"

Usage

groupNameExtractor(group)

Arguments

group

A list of group assignments for the data sets with group name on it

Value

A vector of strings of group name

Examples

dataset = list(
x = c(1, 2, 3),
y = c(1, 2, 4))