Forum Discussion
Anonymous
6 years agoNot applicable
Not able to install R library in PowerBI
Hi, I am trying to install R library in PowerBI R editor If i write: install.packages('mice', lib=.libPaths()) I get error message that the lib element C:\Program Files\R\R-3.6.2\libra...
ImkeF
6 years agoCommunity Champion
Why do you want to install it via Power BI?
Power BI performs actions that are repeatable (i.e.regular data refreshes) but you'd normally install a package just once.
- Anonymous6 years agoNot applicable
Is it possible to use library out of Powerbi and still use it in Powerbi? How to do that? When I install library in R studio, it is saved in a temp folder as I can see... and not possible to use it in powerbi...
- ImkeF6 years agoCommunity Champion
Change the installation path in R Studio to the path that you've entered in your PBI settings:
- Anonymous6 years agoNot applicable
Do you mean C:\Program Files\R\R-3.6.2\library? But i just found this folder is read only and however i change it to writable, it will be changed back automatically...