An R package for creating interactive and customizable word cloud visualizations using wordcloud2.js.
wordcloud2 is an R package that serves as an interface to the wordcloud2.js JavaScript library, enabling the creation of interactive and customizable word cloud visualizations. It allows R users to generate word clouds with various shapes, rotations, and interactive features directly from their data frames.
R developers and data scientists who need to create advanced word cloud visualizations for reports, dashboards, or interactive Shiny applications.
It provides a bridge between R and the powerful wordcloud2.js library, offering more customization and interactivity than basic R word cloud packages, with seamless integration into the R workflow.
R interface to wordcloud for data visualization.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Enables word clouds in various shapes like stars or custom images via the 'shape' parameter, as shown in the README example with figPath for image-based layouts.
Seamlessly embeds clickable word clouds in Shiny apps with hover info and reactive click events, demonstrated in the provided server-ui code snippet.
Supports non-English languages including Chinese, with customizable fonts and colors, illustrated in the Chinese version example using '微软雅黑' font.
Offers fine-tuned word rotation with parameters like minRotation and maxRotation for dynamic visual effects, shown in examples with pi/2 rotations.
Relies on wordcloud2.js, which can introduce compatibility issues and requires web tech familiarity, making it less suitable for pure R static environments.
Exclusively focuses on word clouds, forcing users to switch packages for other chart types like bar plots or networks within R.
The README lacks comprehensive tutorials and advanced usage guides, with minimal explanation beyond basic examples, hindering deeper exploration.