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")
shiny_app_folder | name of shiny app folder |
---|
nyt_download_shiny_files()
downloads necessary ui.R/server.R etc to run shiny app locally
if (FALSE) { nyt_download_shiny_files() }