Learn R Programming

MenuCollection (version 1.1)

inpboxe2k: Input Box with two edit boxes and a check box

Description

Input box for multiple inputs

Usage

inpboxe2k(vlabel,inp)

Arguments

vlabel
character vector with the text label of the box
inp
character vector with the initialization

Value

  • list with the user answers as character

Details

See example for the element order in the vectors
inpboxe2k.png
To get the menu just use the following code: vlabel<-c('matrix1','matrix2','option') inp<-c('M','N','TRUE') ans<-inpboxe2k(vlabel,inp)

References

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