run_app {clusterWebApp} | R Documentation |
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()
Value
No return value. This function is called for its side effect (launching the app).
Examples
if (interactive()) {
run_app()
}
[Package clusterWebApp version 0.1.3 Index]