Learn R Programming

MenuCollection (version 1.1)

inpboxe3c: Input Box with three edit boxes and a combo

Description

Input box for multiple inputs

Usage

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

Value

  • list with the user answers as character

Details

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

References

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