R/Launch_app.R

Defines functions Launch_myApp

Documented in Launch_myApp

#' Function launching the app..;
#' @return None
#' @examples
#' if (interactive()) PDX_app()
#' @export
Launch_myApp <- function() {
shinyApp(ui = ui_myApp, server = server_myApp)
}
Louisahadj/Lentiviral_barcoding documentation built on April 7, 2022, 11:29 p.m.