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