A minimal shiny app that demonstrates the functioning of related modules
Source:R/mod_cass_download_csv_button.R
cass_download_csv_app.RdA minimal shiny app that demonstrates the functioning of related modules
Examples
if (FALSE) { # \dontrun{
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)
}
} # }