Forum Discussion
Anonymous
6 years agoNot applicable
R Package Update
I am building a Power BI dashboard and need to deploy an R visual object created with the GGally package version 1.5.0. On the Power BI server the version is 1.3.2. I would like to know if there is the possibility of updating it or what solutions exist.
Anonymous ,
In command line, input command below:
install.packages("GGally")Regards,
Jimmy Tao
1 Reply
- v-yuta-msft
Community Support
Anonymous ,
In command line, input command below:
install.packages("GGally")Regards,
Jimmy Tao