inpboxcr2: Input Box with combo and two radio boxes
Description
Input box with different inputs
Usage
inpboxcr2(vlabel,vcombo)
Arguments
vlabel
character vector with the text label of the box
vcombo
character vector with the text label of the combo
Value
list with the user answers as character
Details
See example for the element order in the vectors
inpboxcr2.png
To get the menu just use the following code:
vlabel<-c('list','choice','radio1','radio2')vcombo<-c('a','b','c','d')ans<-inpboxcr2(vlabel,vcombo)
References
Lawrence M.F.,Verzani J., (2012) Programming Graphical User Interfaces in R,CRC Press Taylor & Francis Group