Skip to contents

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 specify width and height parameters which provide a hint to the embedding environment about the ideal height/width for the app.

Author

Jack Davison