Learn R Programming

clusterWebApp (version 0.1.3)

run_app: Launch the Shiny Clustering Web App

Description

This function launches the Shiny web application located in the inst/app directory of the installed package. The application provides an interactive interface for clustering analysis.

Usage

run_app()

Arguments

Value

No return value. This function is called for its side effect (launching the app).

Examples

Run this code
if (interactive()) {
  run_app()
}


Run the code above in your browser using DataLab