R/run.R

Defines functions run

Documented in run

#' Open Shiny App
#'
#' Open the application graphical user interface to access `plink`
#' command and run easy statistical tests on your data.
#'
#' @export

run <- function() shiny::shinyApp(ui = ui, server = server)
adRn-s/deskPlink documentation built on Feb. 19, 2021, 4:57 p.m.