itemset {TFARM} | R Documentation |
The function is used in the construction of the left-hand-side of association rules to search for a rule of interest.
itemset(items)
items |
a string vector. |
Itemset of the left-hand-side of a searched rule, with the items
in items
.
itemset(c('TAF1=1','EP300=1')) # the output is: 'TAF1=1,EP300=1'