expdesign_report <- reactive({
if (input$experimentReport == TRUE) {
message('Experiment design added to the report')
return(ed_final$data)
}else{
return(NULL)
}
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.