R/RunShiny.R

Defines functions RunConnectorShiny

Documented in RunConnectorShiny

#' Shiny app
#'
#' @description
#' function to lunch the shiny application.
#' 
#' @author Cordero Francesca, Pernice Simone, Sirovich Roberta
#'  
#' @import shiny shinydashboard shinyFiles shinybusy shinyjs tools ggplot2 shinyWidgets dashboardthemes
#' @export
#' 
#' 
RunConnectorShiny <- function() {
  x = T
  shiny::runApp(
    appDir = system.file("Shiny", package = "connector")
                )
}
sysbioTurin/connector documentation built on April 9, 2024, 12:10 p.m.