R/hooks.R
run_app.Rd
Running this function launches a Shiny web application presenting the datasets bundled in this package
run_app(example, port, host)
the name of the bundled Shiny application example
the port to run on, default is the port set in the shiny.port option if it exists or 3737 if it doesn't
the interface to bind to, default is the port set in the shiny.host option if it exists or, if not, to bind to all interfaces, ie 0.0.0.0