cass_show_ts_dygraph_app: A minimal shiny app that demonstrates the functioning of...

View source: R/mod_cass_show_ts_dygraph.R

cass_show_ts_dygraph_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_show_ts_dygraph_app(count_df)

Arguments

count_df

A dataframe with three columns (date, word, and n), typically created with cas_count() and possibly processed with cas_summarise().

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_show_ts_dygraph_app(count_df)

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