STAT {STAT} | R Documentation |
STAT() loads interactive user interface built using R 'shiny'.
STAT()
Start STAT
The interactive user interface is to provide an easy way for basic statistical analysis and downloading plots.
Nothing
if(interactive()){
library(rmarkdown)
STAT()
}