Nothing
# Define server logic required to draw a histogram
shinyServer(function(input, output) {
callModule(module = shiny_drive_server,
id = "idm",
save_dir = reactive(input$update_directory),
admin_user = reactive(input$admin),
lan = reactive(input$langue),
force_desc = reactive(input$force_desc))
})
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.