inst/shiny_app/server/tabReport/expDesignReport.R

expdesign_report <- reactive({
    if (input$experimentReport == TRUE) {
        message('Experiment design added to the report')
        return(ed_final$data)
    }else{
        return(NULL)
    }
})
BioAlvaro/MQanalyser documentation built on March 18, 2022, 4:32 a.m.