#' launches the shinyApp
#'
#' @export launchApp
#'
#' @return shiny application object
# wrapper for shiny::shinyApp()
launchApp <- function() {
shinyApp(ui = shinyAppUi, server = shinyAppServer)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.