inpboxk6k6e6: Input Box with three set of check boxes
Description
Input box for multiple inputs
Usage
inpboxk6k6e6(vlabel,inp)
Arguments
vlabel
character vector with the text label of the box
inp
character vector with the initialization
Value
list with the user answers as character
Details
inpboxk6k6e6.png
To get the menu just use the following code:
vlabel<-as.character(1:18)inp<-c(c('A','B','C','D','E','F'),rep('FALSE',6),rep('TRUE',6))ans<-inpboxk6k6e6(vlabel,inp)
References
Lawrence M.F.,Verzani J., (2012) Programming Graphical User Interfaces in R,CRC Press Taylor & Francis Group