runApp_startProject: Launch startProject Shiny App

View source: R/runApp_startProject.R

runApp_startProjectR Documentation

Launch startProject Shiny App

Description

'runApp_startProject' will open a viewer window that will allow you to run startProject as a local shiny App.

Usage

runApp_startProject(browser = "WindowViewer")

Arguments

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".

Details

The browser argument only takes effect if running within RStudio.

Author(s)

Rocio Lopez, lopezr@ccf.org

See Also

startProject for details on inputs.

Examples

## Not run: runApp_startProject(browser = "PaneViewer")


lopezr/startProject documentation built on Dec. 10, 2022, 1 a.m.