guiDlgItemSel {svDialogs} | R Documentation |
Select item(s) in a list or a data frame
guiDlgItemSel(list, classes = NULL, title = "Select items", default = "", default.items = "", all.names = FALSE, multi = FALSE, sort = TRUE, sort.items = FALSE, subset = FALSE, save.restore = FALSE, parent = 0, GUI = getOption("guiWidgets"))
list |
The list to display in the dialog box |
classes |
Classes to use |
title |
The title of the dialog box |
default |
The default value |
default.items |
The default items selected |
all.names |
Do we use all.names? |
multi |
Is a multiple selection allowed? |
sort |
Do we sort the list? |
sort.items |
Do we sort items in the list? |
subset |
Do we allow subsetting the list? |
save.restore |
Do we save restore information? |
parent |
Which window is the parent of this dialog box? |
GUI |
Which GUI toolkit do we use? |
A list containing selected items
Philippe Grosjean (phgrosjean@sciviews.org)
#### TO DO...