R/shiny.R

#' dcqUI
#'
#' Runs the shiny UI for dcq method.
#'
#' @return NULL
#' @export
#'
dcqUI <- function() {
  runApp(system.file("shiny", "rdcq", "app.R", package = "rdcq"))
}
ddiez/rdcq documentation built on May 15, 2019, 1:52 a.m.