run_app
constructs and launches a local version of the web application by running shiny::runApp
pointed to the app
subdirectory in the local portalcasting
package folder. global_list
creates a list of values that are globally available in an app run.
Value
global_list
: a list
of values that will be globally available in the app. run_app
runs the app itself.
See also
Other shinyapp:
portalcasting app selection helpers
,
portalcasting app server
,
portalcasting app ui