inpboxcr3: Input Box with combo and three radio boxes
Description
Input box with different inputs
Usage
inpboxcr3(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
inpboxcr3.png
To get the menu just use the following code:
vlabel<-c('list','choice','radio1','radio2','radio3')vcombo<-c('a','b','c','d')ans<-inpboxcr3(vlabel,vcombo)
References
Lawrence M.F.,Verzani J., (2012) Programming Graphical User Interfaces in R,CRC Press Taylor & Francis Group