Nothing
library(debrowser)
library(plotly)
library(gplots)
library(heatmaply)
library(RColorBrewer)
if (interactive()) {
options(shiny.maxRequestSize = 30*1024^2, shiny.sanitize.errors = TRUE)
environment(heatmapServer) <- environment()
app <- shinyApp( ui = shinyUI(heatmapUI),
server = shinyServer(heatmapServer))
runApp(app)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.