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

Description Usage Arguments Value Examples

View source: R/items.R

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'

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