View source: R/runApp_startProject.R
runApp_startProject | R Documentation |
'runApp_startProject' will open a viewer window that will allow you
to run startProject
as a local shiny App.
runApp_startProject(browser = "WindowViewer")
browser |
A character string that specifies the browser in which the app is launched. Valid options are "PaneViewer" to run in RStudio Viewer tab, "WindowViewer" to run in RStudio Window or "WindowExternal" to run in default web browser (case is ignored). Defaults to "WindowViewer". |
The browser argument only takes effect if running within RStudio.
Rocio Lopez, lopezr@ccf.org
startProject
for details on inputs.
## Not run: runApp_startProject(browser = "PaneViewer")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.