Package 'rql.wordcloud'

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

Help Index


Launch the Wordcloud Shiny App

Description

This function launches the Shiny app for the wordcloud module. It provides a user interface for generating word clouds from text data.

Usage

mod_preview()

Wordcloud Server Function

Description

Wordcloud Server Function

Usage

mod_server(id, api)

Arguments

id

Internal parameter for shiny.

api

An instance of the RequalAPI class.


Wordcloud UI Function

Description

A shiny Module for generating a word cloud.

Usage

mod_ui(id)

Arguments

id

Internal parameter for shiny.