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)

Arguments

df

A data frame to be exported as csv.

Value

A shiny app

Examples


count_df <- castarter::cas_count(
  corpus = castarter::cas_demo_corpus,
  string = c("russia", "moscow")
) %>%
  cas_summarise(before = 15, after = 15)

# cass_cass_download_csv_app(count_df)

giocomai/castarter documentation built on April 23, 2024, 11:14 p.m.