R/BLRShiny.R

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

BLRShiny <- function() {

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

Try the BLRShiny package in your browser

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

BLRShiny documentation built on May 9, 2019, 5:05 p.m.