#' Shiny App
#'
#' @return app
#' @export launchshinyApp
#' @importFrom shiny shinyApp
#' @import shiny
launchshinyApp <- function(){
shiny:: shinyApp(ui = shinnyappUI, server = shinnyappServer)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.