Run shiny app
1 2 3 4 5 | run_app(
appDir = system.file("extdata/shiny", package = "kwb.qmra"),
launch.browser = TRUE,
...
)
|
appDir |
directory of shiny app (default: system.file("extdata/shiny", package = "kwb.qmra")) |
launch.browser |
If true, the system's default web browser will be launched automatically after the app is started. Defaults to true in interactive sessions only. This value of this parameter can also be a function to call with the application's URL. |
... |
additional parameters passed to shiny::runApp |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.