Summary: The simplest way of of getting a data.frame to a transaction is by reading it from a csv into R. An alternative is to convert it to a logical matrix and coerce it into a transaction object. I occasionally use the arules package to do some light association rule mining. The biggest frustration has […]