startApp: The openPrimeR Shiny Application.

Description Usage Value Note Examples

View source: R/startApp.R

Description

Starts the openPrimeR Shiny application. A new tab should open in your default browser. If no browser is opened, please consider the console output to identify the local port on which the server is running and manually open the shown URL.

Usage

1

Value

Opens the Shiny app in a web browser.

Note

The Shiny app can be started only if you fulfill all of the suggested package dependencies for the Shiny framework, so please ensure that you've installed openPrimeR including all suggested dependencies.

Examples

1
2
3
4
5
6
7
8
9
# Start the shiny app
## Not run: 
startApp()

## End(Not run)
# Only run this example in interactive R sessions:
if (interactive()) {
 startApp()
}

openPrimeRui documentation built on Nov. 8, 2020, 6:44 p.m.