groupNameExtractor: Group Name Extractor

View source: R/nameExtractor.R

groupNameExtractorR Documentation

Group Name Extractor

Description

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))


CHuanSite/SJD documentation built on Nov. 29, 2024, 5:52 a.m.