R/ANOVAShiny.R

Defines functions ANOVAShiny

Documented in ANOVAShiny

#' Start ANOVAShiny
#' @title Launch 'ANOVAShiny' Interface
#' @return Nothing
#' @description ANOVAShiny() 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 ANOVAShiny
#' @examples
#' if(interactive()){
#' library(rmarkdown)
#' ANOVAShiny()
#' }

ANOVAShiny <- function() {

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


 

Try the ANOVAShiny package in your browser

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

ANOVAShiny documentation built on May 2, 2019, 3:31 p.m.