#!/usr/bin/env Rscript
devtools::load_all("../../")
library(shiny)
library(hpgltools)
library(ggplot2)
library(plotly)
library(dplyr)
library(RColorBrewer)
library(stringr)
ui <- hpgltools:::ui
server <- hpgltools:::server
shinyApp(ui = ui, server = server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.