I would like to run the arules::apriori algorithm in parallel. Can RMarkdown help me separate the iterations of the algorithm onto separate processors? Currently, I have to wait for the sequence to finish on the first category before it loops onto the next category.
This feels like a perfect algorithm to run in parallel but I don't know how to do it & wondering if RMarkdown could help us automate the parallelization of algorithms. Thank you.