Learn R Programming

MenuCollection (version 1.0)

inpboxk7k7: Input Box with two set of check boxes

Description

Input box for multiple inputs

Usage

inpboxk7k7(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

inpboxk7k7.png
To get the menu just use the following code: vlabel<-as.character(1:14) inp<-c(rep('FALSE',7),rep('TRUE',7)) ans<-inpboxk7k7(vlabel,inp)

References

Lawrence M.F.,Verzani J., (2012) Programming Graphical User Interfaces in R,CRC Press Taylor & Francis Group