launchApp {HIViz}R Documentation

Launch the HIViz Shiny App

Description

This function launches the Shiny application.

Usage

launchApp()

Value

Invisible NULL. Called for its side effects (launches the Shiny application in the default browser).

Examples

if (interactive()) {
  HIViz::launchApp()
}

[Package HIViz version 0.1.2 Index]