R/runPCA.R

#' @title A Shiny App for PCA
#'
#' @description This package contains a shiny app that helps to perform a PCA without any coding and where you can download every obtained results: figures, tables...
#'
#' @param void
#'
#' @return run a Shiny app
#'
#' @examples runPCA()
#'
#' @export

runPCA<-function(){
  library(shiny)
  zz=list.dirs(.libPaths())
  i=grep("ui4pca/R",zz)
  appDir<-zz[i]
  shiny::runApp(appDir, display.mode = "normal")
}
malouche/ui4pca documentation built on May 26, 2019, 9:32 a.m.