Learn R Programming

corporaexplorer (version 0.8.6)

demo_sotu: Demo apps: State of the Union addresses

Description

Two demo apps exploring the United States Presidential State of the Union addresses. The data are provided by the sotu package, and include all addresses through 2016. Interrupt R to stop the application (usually by pressing Ctrl+C or Esc).

Usage

run_sotu_app(...)

create_sotu_app()

run_sotu_decade_app(...)

create_sotu_decade_app()

Value

The run_sotu_* functions launch a Shiny app. The create_sotu_* functions return a corporaexplorerobject.

Arguments

...

Arguments passed to explore()

Details

For details, see https://kgjerde.github.io/corporaexplorer/articles/sotu.html.