Nothing
server = function(input, output, session) {
output$quanoutput <- renderPlot({
par(oma = c(0,0,0,0), mar = c(5,4,2,2))
input$quaneval
return(isolate(eval(parse(text=input$quanace))))
})
}
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.