Launch the {mqor} Shiny Interface
launch_app.RdThis 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
runAppcall (these can be any of the following: "port", "launch.browser", "host", "quiet", "display.mode" and "test.mode"). You can also specifywidthandheightparameters which provide a hint to the embedding environment about the ideal height/width for the app.