run_app: Runs the Shiny app

View source: R/run_app.R

run_appR Documentation

Runs the Shiny app

Description

Runs the Shiny app

Usage

run_app()

Value

No return value, runs the app by passing it to print

Examples

## Only run this example in interactive R sessions
if (interactive()) {
library(visxhclust)
run_app()
}

visxhclust documentation built on March 31, 2023, 7:30 p.m.