Launch a Shiny app that visualizes data from 1855-2020. You can also launch the lookup table app for renaming news desks and keyword values.

nyt_run_example(example)

Arguments

example

either "nyt_india_app" or "lookup_table_app"

Details

All credit to this shinyjs example.

Examples

## Only run this example in interactive R sessions if (interactive()) { nyt_run_example("nyt_india_app") nyt_run_example("lookup_table_app") }