wordcloud2
wordcloud2 copied to clipboard
R interface to wordcloud for data visualization.
Hello, I'm enjoying wordcloud2 and hoping to make use of the unique features. However, the png mask and letterCloud functions have been silently failing. Also, using the provided example of...
Wordcloud2 it's not showing the words on top of custom images when using figpath. https://drive.google.com/file/d/1TCprm9I0fatD868SolA0EO9jemIDOa9S/view?usp=share_link My code: ``` library(wordcloud2) library(tidyverse) data = read_csv("pokemon.csv") #View(data) pokemons = data %>% filter(Generation==1) %>%...
In the vignette and documentation, it's written that  Is is really the case ? How to change put a title to the wordcloud ?
Hello, I use your package wordcloud2 to display several word clouds on my data. I understand that we always need to specify the `size` argument of the `wordcloud2` function otherwise...
I have added a 'seed' parameter to the wordcloud2 function. If it is NULL, the function still works as expected. In case it does not, the WordCloud JS function will...
When there is a single word, the following error occurs: `Uncaught TypeError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': Value is not of type 'long'.` This PR fixes this
When creating a shiny app, I want a visual to show that my widgets are loading. I use `shinycssloaders::withSpinner()`,. but this does not work with `wordcloud2Output()`; the spinner does not...
Hi Lchiffon, There is no release version of wordcloud2 in GitHub. I think that current master version should be v0.2.2 and it will be great to make a release version...
I am getting "Error: Argument "words" missing with no default when I use wordcloud2 in shiny app. Please help because I am not finding any solution to this.
Hi, hope this message finds you well. I tried to install and run wordcloud2 on Jupyter Notebook, however, it didn't show the results but a small white rectangle. Would you...