R/NBShiny3.R

Defines functions NBShiny3

Documented in NBShiny3

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

NBShiny3 <- function() {

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

Try the NBShiny3 package in your browser

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

NBShiny3 documentation built on Aug. 3, 2020, 5:06 p.m.