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()
}

rhenkin/visxhclust documentation built on March 28, 2023, 8:16 p.m.