Description Usage Value Note Examples
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.
1 | 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.
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()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.