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 <- castarter::cas_count(
corpus = castarter::cas_demo_corpus,
string = c("russia", "moscow")
) %>%
cas_summarise(before = 15, after = 15)
#> Error in castarter::cas_count(corpus = castarter::cas_demo_corpus, string = c("russia", "moscow")): unused argument (string = c("russia", "moscow"))
# cass_show_ts_dygraph_app(count_df)