cass_download_csv_app: A minimal shiny app that demonstrates the functioning of...

View source: R/mod_cass_download_csv_button.R

cass_download_csv_appR Documentation

A minimal shiny app that demonstrates the functioning of related modules

Description

A minimal shiny app that demonstrates the functioning of related modules

Usage

cass_download_csv_app(df, type = "data")

Arguments

df

A data frame to be exported as csv.

Value

A shiny app

Examples

## Not run: 
count_df <- cas_count(
  corpus = cas_demo_corpus,
  pattern = c("russia", "moscow")
) |>
  cas_summarise(before = 15, after = 15)
  
if (interactive()) {
cass_download_csv_app(count_df)
}

## End(Not run)

giocomai/castarter documentation built on June 12, 2025, 8:49 p.m.