I'm trying to implement the fp-growth algorithm in R through sparklyr.
I've installed the sparklyr package and called the library sparklyr which works, but when I call the library ml_fpgrowth it's not working.
The warning message says its not available for my version of R but I believe that's the latest R version.
How else can I install that ml_fpgrowth package?