R/ClustShiny.R

Defines functions ClustShiny

Documented in ClustShiny

#' Graphical representation of the package
#' @import shiny
#' @import plotly
#' @import factoextra
#' @export
#' @examples
#' \dontrun{
#' ClustShiny()
#' }
ClustShiny <- function() {
  appDir <- system.file("shiny-function", package = "ClusteringR")
  if (appDir == "") {
    stop("Could not find example directory. Try re-installing `ClusteringR`.", call. = FALSE)
  }
  shiny::runApp(appDir, display.mode = "normal",launch.browser = T)
}
BouzidiImen/ClusteringR documentation built on March 22, 2022, 8:50 p.m.