R/VTShiny.R

Defines functions VTShiny

Documented in VTShiny

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

VTShiny <- function() {

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


 

Try the VTShiny package in your browser

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

VTShiny documentation built on July 18, 2019, 5:03 p.m.