I want to use the arules package of r for market basket analysis.
The issue is I do not have data for each transaction. My data is aggregated for every day. So I am thinking of comparing the quantity sold of each product.
How do I input this magnitude of quantity sold and use arules package with it?