#' Launches the Sidora shiny app
#'
#' @return shiny application object
#'
#' @examples
#' \dontrun{
#' launchApp()
#' }
#'
#' @export
launchApp <- function() {
app_object <- shiny::shinyApp(ui = shinyAppUI, server = shinyAppServer)
shiny::runApp(app_object)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.