Learn R Programming

mipplot (version 0.3.1)

get_variable_group_name_list: 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

Run this code
# NOT RUN {
get_variable_group_name_list(ar5_db_sample_rule_table)
# }

Run the code above in your browser using DataLab