nyt_run_example: Run NYT India app with sample data or lookup table app

Description Usage Arguments Details Examples

View source: R/13-nyt_run_example.R

Description

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.

Usage

1

Arguments

example

either "nyt_india_app" or "lookup_table_app"

Details

All credit to this shinyjs example.

Examples

1
2
3
4
5
## Only run this example in interactive R sessions
if (interactive()) {
  nyt_run_example("nyt_india_app")
  nyt_run_example("lookup_table_app")
}

seanangio/nytindia documentation built on Dec. 22, 2021, 11:15 p.m.