items {TFARM} | R Documentation |
The function is used in the elaboration of the left-hand-side of association rules to search for the items.
items(itemset)
itemset |
object of class rules. |
A string vector with the items in the left-hand-side of the rule in itemset.
items('{TAF1=1,EP300=1,MAX=1}') # the output is: 'TAF1=1','EP300=1','MAX=1'