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 May 29, 2024, 3:55 a.m.