startApp {openPrimeRui} | R Documentation |
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.
startApp()
Opens the Shiny app in a web browser.
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.
# Start the shiny app ## Not run: startApp() ## End(Not run) # Only run this example in interactive R sessions: if (interactive()) { startApp() }