I\'m working with some large transactions data. I\'ve been using read.transactions and apriori (parts of the arules package) to mine for frequent item pairings.
My probl
Another way to achieve that would be:
write(rules_1, file = "association_rules.csv", sep = ",", quote = TRUE, row.names = FALSE)