Learn R Programming

HIViz (version 0.1.2)

launchApp: Launch the HIViz Shiny App

Description

This function launches the Shiny application.

Usage

launchApp()

Arguments

Value

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

Examples

Run this code
if (interactive()) {
  HIViz::launchApp()
}

Run the code above in your browser using DataLab