inst/shiny_app/server/tabReport/interactionsReport.R

interactions_report  <- reactive({
    if (input$interactionReport == TRUE) {
        message('Interactions Plot added to the report')

        return(interactionsTrimmed())
    }else{
        return(NULL)
    }
})
svalvaro/MQanalyser documentation built on March 20, 2022, 7:24 p.m.