R/13-nyt_run_example.R
    nyt_run_example.RdLaunch 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)
| example | either "nyt_india_app" or "lookup_table_app" | 
|---|
All credit to this shinyjs example.
## Only run this example in interactive R sessions if (interactive()) { nyt_run_example("nyt_india_app") nyt_run_example("lookup_table_app") }