items: Extracts items in the left-hand-side of an association rule.

Description Usage Arguments Value Examples

Description

The function is used in the elaboration of the left-hand-side of association rules to search for the items.

Usage

1

Arguments

itemset

object of class rules.

Value

A string vector with the items in the left-hand-side of the rule in itemset.

Examples

1
2
items('{TAF1=1,EP300=1,MAX=1}')
# the output is: 'TAF1=1','EP300=1','MAX=1'

gaiac/TFARM documentation built on June 24, 2019, 5:43 p.m.