Rdocumentation
powered by
Learn R Programming
MenuCollection (version 1.0)
inpboxe1: Input Box with one edit box
Description
Input box for a single input
Usage
inpboxe1(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
inpboxe1.png
To get the menu just use the following code:
vlabel<-'matrix'
inp<-'M'
ans<-inpboxe1(vlabel,inp)
References
Lawrence M.F.,Verzani J., (2012)
Programming Graphical User Interfaces in R
,CRC Press Taylor & Francis Group