R/LaunchApp.R

#' Launch Chordomics
#' 
#' Function launches Chordomics server and UI
#' @export
#' 

launchApp <- function(){
  shiny::shinyApp(server = shinyAppServer, ui = shinyAppUI)
}
KevinMcDonnell6/chordomicsTest3 documentation built on May 8, 2019, 1:15 p.m.