R/ASSOCShiny.R

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

ASSOCShiny <- function() {

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


 

Try the ASSOCShiny package in your browser

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

ASSOCShiny documentation built on May 14, 2019, 5:05 p.m.