ml.arules(data, itemField, support = 0.5, confidence = 0.8, maxlen = 5, target = "rules")
It is depended on that there are a Range Index on the underlying field for the itemField.
Information about the name of the field can be shown by mlDataFrame$itemField
, where mlDataFrame
is a ml.data.frame object and itemField is the name of the field.