nyt_build_data() creates the final nested dataset. But to run the shiny app locally, you'll need the files here

nyt_download_shiny_files(shiny_app_folder = "nyt_shiny_app")

Arguments

shiny_app_folder

name of shiny app folder

Value

nyt_download_shiny_files() downloads necessary ui.R/server.R etc to run shiny app locally

Examples

if (FALSE) { nyt_download_shiny_files() }