Hello,
I'd like to integrate wordcloud2 to PowerBI. I create a freq, word dataset and I use the following. The freq column contains only integers.
wordcloud2(dataset, size = 1.5, color = "green", backgroundColor = "white", gridSize = 5, rotateRatio = 0)
I gave this error message, can I correct it somehow?
Error Message:
R script error.
Error in size * 180/max(dataOut$freq) : non-numeric argument to binary operator
Calls: wordcloud2
Execution halted
Thanks, Andrew