R/runProteoViewerApp.R

Defines functions runProteoViewerApp

Documented in runProteoViewerApp

#' Title
#'
#' @return
#' @export
#'
#' @examples
runProteoViewerApp <- function(){
    shiny::runApp(appDir = base::system.file('shinyApp/',
                                       package = 'ProteoViewer'))
}
svalvaro/ProteoViewer documentation built on March 20, 2022, 7:25 p.m.