server = function(input, output, session) {
output$berk200prof <- renderPlot({
input$berk200profiles
return(isolate(eval(parse(text=input$berkprofile200))))
})
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.