R/ANOVAShiny2.R

Defines functions ANOVAShiny2

Documented in ANOVAShiny2

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

ANOVAShiny2 <- function() {

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


 

Try the ANOVAShiny2 package in your browser

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

ANOVAShiny2 documentation built on Aug. 27, 2020, 5:09 p.m.