R/MLDAShiny2.R

Defines functions MLDAShiny2

Documented in MLDAShiny2

#' Start MLDAShiny2
#' @title Launch 'MLDAShiny2' Interface
#' @return Nothing
#' @description MLDAShiny2() loads interactive user interface built using R 'shiny'.
#' @details The interactive user interface is to provide an easy way for linear discriminant analysis and downloading relevant plot.
#' @keywords MLDAShiny2
#' @examples
#' if(interactive()){
#' library(rmarkdown)
#' MLDAShiny2()
#' }

MLDAShiny2 <- function() {

  rmarkdown::run(system.file("img", "MLDAShiny2.Rmd", package = "MLDAShiny2"))
  Sys.setenv("R_TESTS" = "")
}


 

Try the MLDAShiny2 package in your browser

Any scripts or data that you put into this service are public.

MLDAShiny2 documentation built on Aug. 28, 2020, 5:09 p.m.