#' Function launching the app..;
#' @return None
#' @examples
#' if (interactive()) PDX_app()
#' @export
Launch_myApp <- function() {
shinyApp(ui = ui_myApp, server = server_myApp)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.