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
Actually, I didn't let Power BI know where they are.
Instead I just "told" R-Studio where they are:
Anonymous
6 years agoNot applicable
I have exactly the same setting in R studio as you do and in Powerbi options...
how come it doesnt work for me?
Did you just write install.packages('name_of_lib') in R script editor in Powerbi? See the initial post, I have tried different combinitions and still doesnt work...