Sharon
Microsoft Employee
10 years agoAssociation Rules
Description
Association rules are ideal to quicly derive insights from large datasets. The rules are autmatically detected and visualized.
Prerequisites (The sample .pbix files will not...
karaoan
Kudo Kingpin
9 years agoHi, I have installed r (default version and one that I used is 3.3.2 though) as per provided links and ran the script. When refreshing the PBIX I get the following error:
- boefraty9 years ago
Microsoft Employee
The problem is with "ISLR" package it is required by R connector (not R visual), so you have two workarounds:
1) Don't do refresh
2) call command
install.packages("ISLR")from any R console