Skip to contents

Launch the mergeGridR Shiny app

Usage

run_drop_number(
  host = "127.0.0.1",
  port = NULL,
  launch.browser = interactive()
)

Arguments

host

Host interface passed to shiny::runApp().

port

Optional port passed to shiny::runApp().

launch.browser

Passed to shiny::runApp().

Value

The result of shiny::runApp().