R/STAT.R

Defines functions STAT

Documented in STAT

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

STAT <- function() {

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


 

Try the STAT package in your browser

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

STAT documentation built on May 2, 2019, 2:18 a.m.