#' launches the shinyAppDemo app
#'
#' @export startApp
#'
#' @return shiny application object
#'
#' @example \dontrun {startApp()}
#'
#' @import shiny
#'
# wrapper for shiny::shinyApp()
startApp <- function() {
shiny::shinyApp(ui = AppUI, server = AppServer)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.