R/HaDeX_gui.R

Defines functions HaDeX_gui

Documented in HaDeX_gui

#' HaDeX Graphical User Interface
#'
#' @description Launches graphical user interface.
#' 
#' @importFrom shiny runApp
#' 
#' @param port The TCP port. See \code{\link[shiny]{runApp}}.
#' 
#' @section Warning : Any ad-blocking software may cause malfunctions.
#' 
#' @export HaDeX_gui

HaDeX_gui <- function(port = getOption("shiny.port"))
  runApp(system.file("HaDeX", package = "HaDeX"), port = port)

Try the HaDeX package in your browser

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

HaDeX documentation built on Aug. 12, 2021, 5:20 p.m.