Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi all,
I would like to create a visual of a Principal Component Analysis using this fviz_pca_var function from this library factoextra.
I thought that p here internalSaveWidget(p, 'out.html') could be the output of fviz_pca_var function, but it is not working.
I getting this error:
Error Message:
R script error.
Loading required package: XML
Loading required package: htmlwidgets
Loading required package: dplyr
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Loading required package: ggplot2
Loading required package: FactoMineR
Loading required package: factoextra
Welcome! Want to learn more? See two factoextra-related books at https://goo.gl/ve3WBa
Error in .getNamespace(pkg) :
invalid type/length (symbol/0) in vector allocation
Calls: internalSaveWidget ... file.exists -> system.file -> devtools_loaded -> .getNamespace
Execution halted
This is my script.r:
Thank you so much for your help! 🙂
Solved! Go to Solution.
Hi @Anonymous ,
Try to refer to the link, which inclueds the same error.
Change sizing policy of a widget in R and save it
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Try to refer to the link, which inclueds the same error.
Change sizing policy of a widget in R and save it
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.