R/forrelshiny.R

Defines functions epGUI

Documented in epGUI

#' GUI launcher
#'
#' Launches the Shiny-based graphical user interface for the exclusion power
#' functionality.
#'
#' @export
epGUI <- function() {
  shiny::runApp(system.file("exclusion_power_ui", package = "forrelshiny"))
}
knifecake/forrelshiny documentation built on March 15, 2020, 12:36 p.m.