Launch the {mqor}
Shiny Interface
launch_app.Rd
This app runs shiny::shinyAppDir()
to launching a web interface built into
{mqor}
which allows users to use certain functions without needing to write
any R scripts.
Usage
launch_app(options = list())
Arguments
- options
Named options that should be passed to the
runApp
call (these can be any of the following: "port", "launch.browser", "host", "quiet", "display.mode" and "test.mode"). You can also specifywidth
andheight
parameters which provide a hint to the embedding environment about the ideal height/width for the app.