Nothing
jscode <- "shinyjs.closeWindow = function() { window.close(); }"
bootstrapPage(
shinyjs::useShinyjs(),
shinyjs::extendShinyjs(text = jscode, functions = c("closeWindow")),
includeScript(path = 'www/select_contrasts.js'),
includeCSS(path = 'www/select_contrasts.css'),
tags$div(
miniUI::gadgetTitleBar(shiny::textOutput('title', inline = TRUE), left = miniUI::miniTitleBarButton('goto_geo', 'GEO')),
shiny::fluidPage(
tags$div(bulkPageUI('bulk'), style='padding-top: 15px;'
)
)
)
)
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.