itemset: Builds the itemset in the left-hand-side of an association...

Description Usage Arguments Value Examples

View source: R/itemset.R

Description

The function is used in the construction of the left-hand-side of association rules to search for a rule of interest.

Usage

1

Arguments

items

a string vector.

Value

Itemset of the left-hand-side of a searched rule, with the items in items.

Examples

1
2
itemset(c('TAF1=1','EP300=1'))
# the output is: 'TAF1=1,EP300=1'

TFARM documentation built on Nov. 8, 2020, 7:01 p.m.