| Title: | Visualize word frequencies in wordclouds |
|---|---|
| Description: | Creates interactive word frequency visualizations from coded text segments in requal. Supports multiple code selection for comparative analysis, with customizable text processing options including stop word removal and punctuation handling. Features real-time filtering by minimum word frequency and provides live feedback on word counts. Built with wordcloud2 for responsive, interactive wordcloud displays. |
| Authors: | Radim Hladík [aut, cre] |
| Maintainer: | Radim Hladík <[email protected]> |
| License: | MIT |
| Version: | 0.0.1.9002 |
| Built: | 2026-05-28 14:39:25 UTC |
| Source: | https://github.com/hlageek/rql.wordcloud |
This function launches the Shiny app for the wordcloud module. It provides a user interface for generating word clouds from text data.
mod_preview()mod_preview()
Wordcloud Server Function
mod_server(id, api)mod_server(id, api)
id |
Internal parameter for shiny. |
api |
An instance of the RequalAPI class. |
A shiny Module for generating a word cloud.
mod_ui(id)mod_ui(id)
id |
Internal parameter for shiny. |