#' Launch Chordomics
#'
#' Function launches Chordomics server and UI
#' @export
#'
launchApp <- function(){
shiny::shinyApp(server = shinyAppServer, ui = shinyAppUI)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.