View source: R/nameExtractor.R
groupNameExtractor | R Documentation |
Extract group name from groups, if no name is given in the input list, the output vector will be represented as "component_No.index"
groupNameExtractor(group)
group |
A list of group assignments for the data sets with group name on it |
A vector of strings of group name
dataset = list(
x = c(1, 2, 3),
y = c(1, 2, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.