Run a Shiny-based application within the system's default web browser.
ring_app_launch(launch.browser = TRUE)
launch.browser | A logical value.
If |
---|
launch.browser = FALSE
is not recommended, as the file renaming
does not work on the RStudio built-in browser when saving the data.
A workflow for the Shiny app can be found in the package vignette.
Type vignette('app-MtreeRing')
to learn how to use the app. Most
steps are demonstrated with a gif to make the workflow more understandable.
To stop the app, go to the R console and press the Escape key. You can also click the stop sign icon in the upper right corner of the RStudio console.