Description Usage Arguments Value Examples
View source: R/nameAssignment.R
Assign names to score lists based on dataset_name and group_name, the dataset_name is the output of the dataNameExtractor, the group_name is the output of the groupNameExtractor
1 | scoreNameAssign(score_list, dataset_name, group_name)
|
score_list |
A list of scores in the analysis |
dataset_name |
A vector of datasets names extracted by dataNameExtractor function |
group_name |
A vector of group names extracted by groupNameExtractor function |
A list of scores assigned with names
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.