R/LaunchApp.R

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

launchApp <- function(){
  shiny::shinyApp(server = ChordshinyAppServer, ui = ChordshinyAppUI)
}
KevinMcDonnell6/chordomicsTest5 documentation built on May 26, 2019, 7:44 p.m.