R/update_vars.R

Defines functions update_vars

update_vars <- function(input, possibilities){
  setdiff(possibilities, union(union(union(union(union(union(input$selectSubject,
                                                             input$selectStim),
                                                       input$selectResponse),
                                                 input$selectArmInter),
                                           input$selectArmIntra),
                                     input$selectTimeIntra),
                               input$selectTimeInter))
}

Try the vici package in your browser

Any scripts or data that you put into this service are public.

vici documentation built on April 26, 2023, 5:11 p.m.