Run a Shiny app with most of the scan functions.
shinyscan(scdf = NULL, quiet = TRUE, browser = c("external", "viewer"), ...)If you provide an scdf here, it will be loaded at startup.
If TRUE (default) does not report shiny messages in the console.
c("external","viewer")
Further arguments passed to the shiny::runApp() function.
This function launches a shiny application.
You need to have scplot and shiny installed.
These packages are suggested but not necessarily installed along with scan.
shinyscan() will ask to install missing packages.