inpboxe6k3: Input Box with six edit boxes and three check boxes

Description Usage Arguments Details Value Author(s) References

View source: R/menucollection.r

Description

Input box for multiple inputs

Usage

1
inpboxe6k3(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

Details

See example for the element order in the vectors :

inpboxe6k3.png

To get the menu, just use the following code:
vlabel<-c('mat1','mat2','mat3','mat4','mat5','mat6','opt1','opt2','opt3')
inp<-c('M','N','S','T','U','V','TRUE','FALSE','TRUE')
ans<-inpboxe6k3(vlabel, inp, dis = FALSE)

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.