Stage 2 Apps
An app is a single, coordinated set of R Shiny interactive data visualization tools.
Two kinds of files define a Stage 2 App, listed here in the order in which they are loaded.
- files loaded by all apps in a suite, in shiny/shared
- app-specific files, in shiny/apps/<appName>
Thus, R functions in app-specific scripts supersede functions of the same name in shared scripts or in the apps framework.