`runApp_startProject` will open a viewer window that will allow you
to run startProject
as a local shiny App.
runApp_startProject(browser = "WindowViewer")
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.
startProject
for details on inputs.
if (FALSE) runApp_startProject(browser = "PaneViewer")