Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hey,
I'm trying to generate a Word Cloud with wordcloud2 R package but when I put the code I get the following error
Error Message:
No image was created. The R code didn't result in creation of any visuals. Make sure your R script results in a plot to the R default device.
But if I try the same code in R Studio an HTML 5 image is generated, how can I resolve this issue?
Product Version: 2.76.5678.782 (19.12) (x64)
R version: 3.4.4
Code:
library(wordcloud2)
wordcloud2(data=dataset)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.