#' @title Launch MSbrowser application
#' @export startApp
#' @return shiny application object
# @examples
# \donttest{msbrowser::startApp()}
#' @import shiny
startApp <- function() {
shinyApp(ui = ui, server = server)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.