runShinyBrainSABER {BrainSABER}R Documentation

ShinyBrainSABER

Description

This function runs the Shiny app for the BrainSABER workflow.

Usage

runShinyBrainSABER()

Value

NULL (Invisibly)

Examples

## Only run this example in interactive R sessions
if (interactive()) {
    options(device.ask.default = FALSE)
    runShinyBrainSABER()
}

[Package BrainSABER version 1.4.0 Index]