Description Usage Arguments Details Value Author(s) References
View source: R/menucollection.r
Input box for multiple inputs
1 | inpboxe4cek2(vlabel, vcombo, inp)
|
vlabel |
character vector with the text label of the box |
vcombo |
character vector with the text label of the combo |
inp |
character vector with the initialization |
See example for the element order in the vectors :
To get the menu, just use the following code:
vlabel<-c('matrix1','matrix2','matrix3','matrix4','combo','matrix5','option1','option2')
vcombo<-c('a','b','c','d')
inp<-c('M','N','S','T','Q','FALSE','TRUE','-1')
ans<-inpboxe4cek2(vlabel,vcombo,inp)
List with the user answers as characters
Gianmarco Polotti
Lawrence M.F.,Verzani J., (2012) Programming Graphical User Interfaces in R,CRC Press Taylor & Francis Group
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.