Running this function launches a Shiny web application presenting the datasets bundled in this package

run_app(example, port, host)

Arguments

example

the name of the bundled Shiny application example

port

the port to run on, default is the port set in the shiny.port option if it exists or 3737 if it doesn't

host

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