#' launch shinyscaffold app.
#'
#' @return shiny app object.
#'
#' @import shiny shinydashboard reshape2 ggplot2 dplyr RColorBrewer Cairo networkD3 roxygen2
#' @importFrom igraph graph.adjacency get.edgelist V
#' @importFrom scales percent
#' @export
launchApp <- function(){
shinyApp(ui = ui, server = server)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.