Description Usage Arguments Details Examples
View source: R/13-nyt_run_example.R
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.
1 |
example |
either "nyt_india_app" or "lookup_table_app" |
All credit to this shinyjs example.
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")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.