get_variable_group_name_list {mipplot} | R Documentation |
Get variable-group-name list
Description
variable-group is a combination of one LHS and one or more RHS. this function outputs the list of names of variable-group in given rule-table. the format of return value is "LHS|RHS1,RHS2,RHS3,...".
Usage
get_variable_group_name_list(rule_table)
Arguments
rule_table |
A rule table |
Value
variable group name
Examples
get_variable_group_name_list(ar5_db_sample_rule_table)
[Package mipplot version 0.3.1 Index]