A minimal shiny app that demonstrates the functioning of related modules
Source:R/mod_cass_show_ts_dygraph.R
cass_show_ts_dygraph_app.Rd
A minimal shiny app that demonstrates the functioning of related modules
Arguments
- count_df
A dataframe with three columns (
date
,word
, andn
), typically created withcas_count()
and possibly processed withcas_summarise()
.
Examples
count_df <- cas_count(
corpus = cas_demo_corpus,
pattern = c("russia", "moscow")
) |>
cas_summarise(before = 15, after = 15)
# cass_show_ts_dygraph_app(count_df)