Learn R Programming

MenuCollection (version 1.1)

inpboxe5k3: Input Box with five edit boxes and three check boxes

Description

Input box for multiple inputs

Usage

inpboxe5k3(vlabel, inp, dis = FALSE)

Arguments

vlabel
character vector with the text label of the box
inp
character vector with the initialization
dis
logical value with to disable last option

Value

  • list with the user answers as character

Details

See example for the element order in the vectors
inpboxe5k3.png
To get the menu just use the following code: vlabel<-c('matrix1','matrix2','matrix3','matrix4','matrix5','option1','option2','option3') inp<-c('M','N','S','T','U','TRUE','FALSE','TRUE') ans<-inpboxe5k3(vlabel,inp,dis=FALSE)

References

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