View source: R/run.uncoverapp.R
run.uncoverapp | R Documentation |
This function controls the 'shiny.launch.browser' option to launch uncoverapp in an external 'browser', the RStudio viewer '"viewer"', or a new '"window"' in RStudio.
run.uncoverapp(where = c("browser", "viewer", "window"))
where |
accept '"browser'" , '"viewer'" or '"window'". The option sets where uncoverapp will be launched. Using NULL, uncoverapp will use default After running 'run.uncoverapp(where="window")' the shiny app appears in your chosen location. |
This return a Shiny App. The is no value
## Only run this example in interactive R sessions if (interactive()) { run.uncoverapp(where="window") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.