inpboxe2c: Input Box with two edit boxes and a combo box

Description Usage Arguments Details Value Author(s) References

View source: R/menucollection.r

Description

Input box for multiple inputs

Usage

1
inpboxe2c(vlabel, vcombo, inp)

Arguments

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

Details

See example for the element order in the vectors :
inpboxe2c.png
To get the menu, just use the following code:
vlabel<-c('matrix1','matrix2','combo')
vcombo<-c('a','b','c','d')
inp<-c('M','N')
ans<-inpboxe2c(vlabel,vcombo,inp)

Value

List with the user answers as characters

Author(s)

Gianmarco Polotti

References

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


polgia0/Menucollection documentation built on May 20, 2019, 10 a.m.