Run a Shiny app with most of the scan functions.
Usage
shinyscan(
scdf = NULL,
quiet = TRUE,
browser = c("external", "viewer"),
theme = "cerulean",
...
)
Arguments
- scdf
If you provide an scdf here, it will be loaded at startup.
- quiet
If TRUE (default) does not report shiny messages in the console.
- browser
c("external","viewer")
- theme
Bootstrap 5 theme. Default is "cerulean".
- ...
Further arguments passed to the
shiny::runApp()
function.