View source: R/mod_cass_download_csv_button.R
cass_download_csv_app | R Documentation |
A minimal shiny app that demonstrates the functioning of related modules
cass_download_csv_app(df, type = "data")
df |
A data frame to be exported as csv. |
A shiny app
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.